From e17656d64c317ac9f36c4d632a7cfdee4dd3306f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 26 Sep 2022 17:34:05 +0200 Subject: minor stuff --- code/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/makefile') diff --git a/code/makefile b/code/makefile index 1a943b0..45f1de5 100644 --- a/code/makefile +++ b/code/makefile @@ -19,7 +19,7 @@ out/feed.atom: $(TOOL) $(SRC_ARTICLES) out/%: articles/%.md $(TOOL) out/style.css $(TOOLC) render-article $< > $@ -$(TOOL): $(shell find ../code/src -type f) $(shell find ../code/grammar -type f) +$(TOOL): $(shell find ../code/src -type f) sh -c 'cd ../code; cargo build' clean: -- cgit v1.2.3-70-g09d2