aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index bf365c8..a4dfd6b 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,6 @@
.PHONY: run client-build server-run server-build watch
+build: client-build server-build
run: client-build server-run
client-build:
make -C client-web all