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