summaryrefslogtreecommitdiff
path: root/Makefile
blob: be30dacf63ae242a2ad3487441eb8f8bb68174b5 (plain)
1
2
3
4
5
6
7
8
9
all:
	mkdir -p dist
	cp index.html dist/
	./check_checkers.py
	./check_loaders.py > dist/loaders.html

clean:
	rm -r dist
	rm cache.json