summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-12 21:40:09 +0100
committerJoe Carstairs <me@joeac.net>2026-05-12 21:40:09 +0100
commit8725d2287406ba7dd91d380b5ac1291cc0133b7c (patch)
tree16ae2da4d5cc84a831d24f57e940d785f8562f7f
parentb386c6683731024fa877e245c099e186a9ed2246 (diff)
http/Makefile
-rw-r--r--http/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/http/Makefile b/http/Makefile
new file mode 100644
index 0000000..8edb031
--- /dev/null
+++ b/http/Makefile
@@ -0,0 +1,8 @@
+all: public
+
+public: $(shell find src -type f) $(shell find share -type f)
+ ./bin/mkws https://joeac.net
+
+.PHONY: clean
+clean:
+ rm -rf public