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 UNSHARE := $(UNSHARE) --uts
endif endif
all: clean image all: clean image clean
langs: langs:
@for lang in pwnagotchi/locale/*/; do\ @for lang in pwnagotchi/locale/*/; do\
@ -59,4 +59,4 @@ image: pwnagotchi
clean: clean:
- rm -rf dist pwnagotchi.egg-info - rm -rf dist pwnagotchi.egg-info
- rm -f $(PACKER) - rm -f $(PACKER)