aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 089afe0..80953e6 100644
--- a/makefile
+++ b/makefile
@@ -11,6 +11,9 @@ server-build:
watch:
make -C client-web watch &
make -C server watch
+watch-public:
+ make -C client-web watch &
+ make -C server watch-public
install:
cargo +nightly install --force --path server
cargo +nightly install --force --path client-native-gui