aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 55d5ddd..9e71ff8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,5 @@ version.go:
clean:
$(RM) forge version.go vendor
+htmpl.go: htmpl/*
+ gohtmplgen -o htmpl.go htmpl/*