diff options
Diffstat (limited to 'http')
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
