diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |