summaryrefslogtreecommitdiff
path: root/Makefile
blob: b2bce2a04bc40bf2614698b9c51d5154a9573f37 (plain)
1
2
3
4
5
6
7
8
9
.POSIX:

make:
	@"bin/$@"

clean:
	rm -r public/

.PHONY: make clean