From 629dd5525e7a1f739f8202c73d0ece77d81eff88 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 17:35:04 +0100 Subject: [PATCH] http/Makefile: all cleans before building --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 8edb031..4681b62 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,4 +1,4 @@ -all: public +all: clean public public: $(shell find src -type f) $(shell find share -type f) ./bin/mkws https://joeac.net