optimize build script

This commit is contained in:
2023-08-15 15:06:42 +02:00
parent 42b46d47f7
commit e29c5ad853

View File

@@ -1,5 +1,5 @@
compile: extract
lv_i18n compile -t 'translations/*.yml' -o 'src/lv_i18n'
extract: extract:
lv_i18n extract -s 'src/**/*.+(c|cpp|h|hpp)' -t 'translations/*.yml' lv_i18n extract -s 'src/**/*.+(c|cpp|h|hpp)' -t 'translations/*.yml'
compile:
lv_i18n compile -t 'translations/*.yml' -o 'src/lv_i18n'