diff options
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/http/Makefile b/http/Makefile index 11bcd4c..9e468f7 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,8 +1,8 @@ -all: clean public +all: clean out -public: $(shell find src -type f) $(shell find share -type f) $(shell find bin) +out: $(shell find src -type f) $(shell find share -type f) $(shell find bin) ./bin/mkws https://joeac.net .PHONY: clean clean: - rm -rf public + rm -rf out |
