From b7fc80b5f5104c3f2c0174b5af5b79087923e2be Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 17:35:19 +0100 Subject: [PATCH] http/Makefile: public target depends on bin --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 4681b62..11bcd4c 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,6 +1,6 @@ all: clean public -public: $(shell find src -type f) $(shell find share -type f) +public: $(shell find src -type f) $(shell find share -type f) $(shell find bin) ./bin/mkws https://joeac.net .PHONY: clean