mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Edited Makefile
This commit is contained in:
8
Makefile
8
Makefile
@ -27,7 +27,13 @@ endif
|
|||||||
|
|
||||||
all: clean image clean
|
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\
|
@for lang in pwnagotchi/locale/*/; do\
|
||||||
echo "compiling language: $$lang ..."; \
|
echo "compiling language: $$lang ..."; \
|
||||||
./scripts/language.sh compile $$(basename $$lang); \
|
./scripts/language.sh compile $$(basename $$lang); \
|
||||||
|
Reference in New Issue
Block a user