From b575972b6c59d816b443987f06a2445722af8883 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 11 Sep 2022 11:14:26 +0200 Subject: build by default --- makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3