http/Makefile

This commit is contained in:
2026-05-12 21:40:09 +01:00
parent b386c66837
commit 8725d22874
+8
View File
@@ -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