aboutsummaryrefslogtreecommitdiff
path: root/tools/makefile
blob: acd0717b8caaf2e5e8034d7674913623c2a0b675 (plain)
1
2
3
4
5
TOOL := ../tools/target/debug/blog-tool

out/%.html: articles/%.html $(TOOL)
	$(TOOL) render -i $< -o $@