Files
firmware_remote_control/Makefile
2023-08-08 21:14:14 +02:00

6 lines
147 B
Makefile

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