optimize build script
This commit is contained in:
6
Makefile
6
Makefile
@@ -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'
|
|
||||||
|
Reference in New Issue
Block a user