makefile: initial commit
This commit is contained in:
parent
06b01baef6
commit
ae7319292d
14
Makefile
Normal file
14
Makefile
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user