summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-11 11:14:26 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-11 11:14:26 +0200
commitb575972b6c59d816b443987f06a2445722af8883 (patch)
treec1914e38fb9155a22cb955f51a6bdc05cf3283fa
parent373846f13d15f3c5900a92c13f4c91f0890f08bd (diff)
downloadkeks-meet-b575972b6c59d816b443987f06a2445722af8883.tar
keks-meet-b575972b6c59d816b443987f06a2445722af8883.tar.bz2
keks-meet-b575972b6c59d816b443987f06a2445722af8883.tar.zst
build by default
-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