aboutsummaryrefslogtreecommitdiff
path: root/http/Makefile
blob: 8edb031ff5ecefb8dd9a13785b9f8cdb26b9f0b6 (plain)
1
2
3
4
5
6
7
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