From 8725d2287406ba7dd91d380b5ac1291cc0133b7c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 12 May 2026 21:40:09 +0100 Subject: [PATCH] http/Makefile --- http/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 http/Makefile 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