commit | fdb653cd3a507e746017d5035a16b6b57586ddf6 | [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 | 0ac7f5660ba6baa56c4f4cfc0139c2bb8133a1ce [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