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