summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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