diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-11 11:14:26 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-11 11:14:26 +0200 |
commit | b575972b6c59d816b443987f06a2445722af8883 (patch) | |
tree | c1914e38fb9155a22cb955f51a6bdc05cf3283fa | |
parent | 373846f13d15f3c5900a92c13f4c91f0890f08bd (diff) | |
download | keks-meet-b575972b6c59d816b443987f06a2445722af8883.tar keks-meet-b575972b6c59d816b443987f06a2445722af8883.tar.bz2 keks-meet-b575972b6c59d816b443987f06a2445722af8883.tar.zst |
build by default
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |