all:
	mkdir -p dist
	cp index.html dist/
	./check_checkers.py
	./check_loaders.py > dist/loaders.html

clean:
	rm -r dist
	rm cache.json