From 176e6bc6c4c29bea3be2aceca99743b997c76c97 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 6 Oct 2025 23:03:32 +0200 Subject: Move data code to own crate + general data refactor --- data/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'data/makefile') diff --git a/data/makefile b/data/makefile index c9361258..104fc876 100644 --- a/data/makefile +++ b/data/makefile @@ -14,7 +14,7 @@ # along with this program. If not, see . # SETS = default none anticurry -ALL = $(patsubst %,recipes/%.yaml,$(SETS)) book.json +ALL = $(patsubst %,recipes/%.yaml,$(SETS)) all: $(ALL) graphs: recipes/default.svg @@ -29,8 +29,6 @@ recipes/default.yaml: recipes/default.js recipes/%.gv.txt: recipes/%.yaml { pushd .. >/dev/null; cargo $(CARGOFLAGS) run --release --bin hurrycurry-tools -- graph; popd >/dev/null; } > $@~ && cp $@~ $@ -book.json: - { pushd .. >/dev/null; cargo $(CARGOFLAGS) run --release --bin hurrycurry-tools -- book; popd >/dev/null; } > $@~ && cp $@~ $@ recipes/%.svg: recipes/%.gv.txt dot -Tsvg -Kdot < $< > $@~ && cp $@~ $@ -- cgit v1.2.3-70-g09d2