From c40fd131936074ec85ef8801e261226aa4731bb5 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 23 Mar 2024 11:47:30 +0100 Subject: [PATCH] Only compile the server by default. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d7f4540..54a826b 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -all: build +all: build-server Q ?= @ SHOULD_UPDATE = ./bin/should-update