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