From e1be0f7674ed77b1910f3cbd12a90a28cc213451 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 10:01:12 -0500 Subject: [PATCH] Remove unnecessary clean-up step in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f10ad8d..4dfd756e 100644 --- a/Makefile +++ b/Makefile @@ -64,5 +64,5 @@ pwnagotchi: $(SDIST) builder/pwnagotchi.json.pkr.hcl builder/raspberrypi64.yml $ image: pwnagotchi clean: - - rm -rf build dist pwnagotchi.egg-info + - rm -rf dist pwnagotchi.egg-info - rm -f $(PACKER)