aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index acb67a1..c32770f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
-forge: main.ha
- hare build -o $@ $^
+forge: main.ha templates.ha
+ hare build -o $@ .
+
+templates.ha: templates/*.htmpl
+ htmplgen -o $@ $^