From e29c5ad853aa35acb52e205c318d4d02d020e8cf Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 15 Aug 2023 15:06:42 +0200 Subject: [PATCH] optimize build script --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'