From 76218d7858fb3b7f328fbd663b53bda8987fea99 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 15 Nov 2023 10:09:33 +0100 Subject: [PATCH] Makefile edit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)