diff options
Diffstat (limited to 'code/makefile')
-rw-r--r-- | code/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |