diff --git a/Makefile b/Makefile index eabec4a..d5798e4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ +compile: extract + lv_i18n compile -t 'translations/*.yml' -o 'src/lv_i18n' + extract: lv_i18n extract -s 'src/**/*.+(c|cpp|h|hpp)' -t 'translations/*.yml' - -compile: - lv_i18n compile -t 'translations/*.yml' -o 'src/lv_i18n'