summaryrefslogtreecommitdiff
path: root/http/Makefile
blob: 11bcd4c93f4f66267dc2a04854aa1e2a1541ec45 (plain)
1
2
3
4
5
6
7
8
all: clean public

public: $(shell find src -type f) $(shell find share -type f) $(shell find bin)
	./bin/mkws https://joeac.net

.PHONY: clean
clean:
	rm -rf public