commit | 77f3dd7526f99a2339ac0745692b42a14db81740 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jan 14 16:17:47 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jan 14 16:17:47 2016 -0800 |
tree | ac7f5496be498054a361b5c4434d1032c4b701a7 | |
parent | 33e54161fd00b6bd964d7b08e3774c36746028a6 [diff] |
add rebuild_xos and rebuild_synchronizer targets
diff --git a/xos/configurations/devel/Makefile b/xos/configurations/devel/Makefile index 19e9abd..b4f3fcf 100644 --- a/xos/configurations/devel/Makefile +++ b/xos/configurations/devel/Makefile
@@ -36,3 +36,9 @@ upgrade_pkgs: sudo pip install httpie --upgrade + +rebuild_xos: + make -C ../../../containers/xos devel + +rebuild_synchronizer: + make -C ../../../containers/synchronizer