http/Makefile: public target depends on bin

This commit is contained in:
2026-06-02 17:35:19 +01:00
parent 629dd5525e
commit b7fc80b5f5
+1 -1
View File
@@ -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