diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-11 03:13:10 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-11 03:16:36 +0200 |
commit | 3273c65ef82123bf5edbe6d8616630b20a993ce1 (patch) | |
tree | d230d18f60122f3a1b65056df197ad1db0ca41b0 /Makefile | |
parent | 3e723305c61673a767da25f683777de368899d41 (diff) |
Giant refactoring of the codebase
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 |