diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-26 17:34:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-26 17:34:05 +0200 |
commit | e17656d64c317ac9f36c4d632a7cfdee4dd3306f (patch) | |
tree | 8f087dede4cc4aa8cc64ec063080873b06f9d85c /code/makefile | |
parent | ce7538d74742d0ed92829906853bc6a3607c8b79 (diff) | |
download | metamuffin-blog-e17656d64c317ac9f36c4d632a7cfdee4dd3306f.tar metamuffin-blog-e17656d64c317ac9f36c4d632a7cfdee4dd3306f.tar.bz2 metamuffin-blog-e17656d64c317ac9f36c4d632a7cfdee4dd3306f.tar.zst |
minor stuff
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: |