Skip to content

Commit

Permalink
updated submodules in prep for v0.7.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 24, 2017
1 parent e62cbc2 commit 43d406e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

# TODO: Currently no way to do a `setup.py develop`/`pip install --editable`
build:
make --directory=aw-core build
make --directory=aw-client build
make --directory=aw-core build DEV=$(DEV)
make --directory=aw-client build DEV=$(DEV)
#
make --directory=aw-webui build
make --directory=aw-webui build DEV=$(DEV)
cp -r aw-webui/dist/* aw-server/aw_server/static/
#
make --directory=aw-server build
make --directory=aw-watcher-afk build
make --directory=aw-watcher-window build
make --directory=aw-qt build
make --directory=aw-server build DEV=$(DEV)
make --directory=aw-watcher-afk build DEV=$(DEV)
make --directory=aw-watcher-window build DEV=$(DEV)
make --directory=aw-qt build DEV=$(DEV)

install:
make --directory=aw-qt install
Expand Down
2 changes: 1 addition & 1 deletion aw-client
Submodule aw-client updated 1 files
+7 −1 Makefile
2 changes: 1 addition & 1 deletion aw-core
Submodule aw-core updated 1 files
+7 −1 Makefile
2 changes: 1 addition & 1 deletion aw-server
2 changes: 1 addition & 1 deletion aw-watcher-afk
Submodule aw-watcher-afk updated 1 files
+7 −1 Makefile
2 changes: 1 addition & 1 deletion aw-watcher-window

0 comments on commit 43d406e

Please sign in to comment.