From bb9fd6b36d39bc5fe6f162f2df887bba3d036095 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 14 Oct 2024 13:42:53 +0200 Subject: fix parallel compilation problems --- data/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/makefile') 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 -- cgit v1.2.3-70-g09d2