Skip to content

Commit

Permalink
optimize build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mars3142 committed Aug 15, 2023
1 parent 42b46d4 commit e29c5ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit e29c5ad

Please sign in to comment.