makefile: initial commit

This commit is contained in:
mappu04 2023-06-15 19:49:30 +12:00
parent 06b01baef6
commit ae7319292d
1 changed files with 14 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
.PHONY: all
all: output/metadata.json
.PHONY: clean
clean:
rm output/max_episode
output/max_episode:
cd output && ../download-pages.sh
output/metadata.json: output/max_episode
cd output && ../pages-to-json.php > metadata.json