Edited Makefile

This commit is contained in:
Jeroen Oudshoorn
2023-11-16 21:44:26 +01:00
parent edee3770a9
commit f38a0bef36

View File

@ -27,7 +27,13 @@ endif
all: clean image clean
langs:
update_langs:
@for lang in pwnagotchi/locale/*/; do\
echo "updating language: $$lang ..."; \
./scripts/language.sh update $$(basename $$lang); \
done
compile_langs:
@for lang in pwnagotchi/locale/*/; do\
echo "compiling language: $$lang ..."; \
./scripts/language.sh compile $$(basename $$lang); \