aboutsummaryrefslogtreecommitdiff
path: root/tools/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makefile')
-rw-r--r--tools/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/makefile b/tools/makefile
new file mode 100644
index 0000000..acd0717
--- /dev/null
+++ b/tools/makefile
@@ -0,0 +1,5 @@
+
+TOOL := ../tools/target/debug/blog-tool
+
+out/%.html: articles/%.html $(TOOL)
+ $(TOOL) render -i $< -o $@