aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-19 15:10:38 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-19 15:10:38 +0800
commitc00fbc1189c44b6d3d8c79033a3044deaf1c4ca1 (patch)
treed8d6d7d16f597bf29e69113d2a0253310bf284e1 /Makefile
parentRemove underscores from Go code, pt 6 (diff)
downloadforge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.tar.gz
forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.tar.zst
forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.zip
Add gohtmplgen to the build processgo
Diffstat (limited to '')
-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/*