aboutsummaryrefslogtreecommitdiff
path: root/code/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'code/makefile')
-rw-r--r--code/makefile2
1 files changed, 1 insertions, 1 deletions
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: