Makefile edit

This commit is contained in:
Jeroen Oudshoorn
2023-11-15 10:09:33 +01:00
parent 9cfbbf5506
commit 76218d7858

View File

@ -25,7 +25,7 @@ ifneq (,$(UNSHARE))
UNSHARE := $(UNSHARE) --uts
endif
all: clean image
all: clean image clean
langs:
@for lang in pwnagotchi/locale/*/; do\