diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/data/makefile b/data/makefile index a5041803..fe4ab583 100644 --- a/data/makefile +++ b/data/makefile @@ -20,8 +20,12 @@ graphs: recipes/default.svg  JSR = deno run +../book/book.json: ../book/book.js +	make -C ../book book.json +  book.json: ../book/book.json  	cp $< $@ +  recipes/none.yaml:  	echo > $@  recipes/anticurry.yaml: recipes/default.yaml  |