From 15d78464ba9a717a71e1dc47a4101c8b13ec6581 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 26 Sep 2022 14:14:58 +0200 Subject: syntax highlighting with syntect --- code/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/makefile') diff --git a/code/makefile b/code/makefile index 45f1de5..1a943b0 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) +$(TOOL): $(shell find ../code/src -type f) $(shell find ../code/grammar -type f) sh -c 'cd ../code; cargo build' clean: -- cgit v1.2.3-70-g09d2