summaryrefslogtreecommitdiff
path: root/http/Makefile
blob: 9e468f7546245dc8b8049ee287a5667bac90ffe5 (plain)
1
2
3
4
5
6
7
8
all: clean out

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

.PHONY: clean
clean:
	rm -rf out