diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-19 15:10:38 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-19 15:10:38 +0800 |
commit | c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1 (patch) | |
tree | d8d6d7d16f597bf29e69113d2a0253310bf284e1 /Makefile | |
parent | Remove underscores from Go code, pt 6 (diff) | |
download | forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.tar.gz forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.tar.zst forge-c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.zip |
Add gohtmplgen to the build processgo
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ version.go: clean: $(RM) forge version.go vendor +htmpl.go: htmpl/* + gohtmplgen -o htmpl.go htmpl/* |