summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-11 03:13:10 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-11 03:16:36 +0200
commit3273c65ef82123bf5edbe6d8616630b20a993ce1 (patch)
treed230d18f60122f3a1b65056df197ad1db0ca41b0 /Makefile
parent3e723305c61673a767da25f683777de368899d41 (diff)
Giant refactoring of the codebase
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e9106cb..85ba3d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
# Generating translations is rather slow; so don’t do that by default
all:
- TEMPL_EXPERIMENT=rawgo go generate ./templates
+ TEMPL_EXPERIMENT=rawgo go generate ./template
go build
all-i18n:
- TEMPL_EXPERIMENT=rawgo go generate ./templates ./i18n
+ TEMPL_EXPERIMENT=rawgo go generate ./template ./lib
find . -name out.gotext.json | mcp -b sed s/out/messages/
go build