diff --git a/Makefile b/Makefile index 25f4390c..d2abf229 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifneq (,$(UNSHARE)) UNSHARE := $(UNSHARE) --uts endif -all: clean image +all: clean image clean langs: @for lang in pwnagotchi/locale/*/; do\ @@ -59,4 +59,4 @@ image: pwnagotchi clean: - rm -rf dist pwnagotchi.egg-info - - rm -f $(PACKER) \ No newline at end of file + - rm -f $(PACKER)