summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-02 17:53:28 +0100
committerJoe Carstairs <me@joeac.net>2026-06-02 17:59:45 +0100
commit86f40be2cb74fc9179a0324a327465367388179e (patch)
tree80b4d1b4b1a98f1f82b07a27d130d1119756fc49 /http/Makefile
parent7ac7ed3cecafc59d97c515ebc1f59d59305c172f (diff)
mkws outputs to 'out' instead of 'public'
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile6
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