From d1d03499e8eed8198a17174e324dd093f0d6ce91 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 11:50:21 +0200 Subject: [PATCH] Added couple of plugins, and some other stuff to work on more than 1 raspberry Signed-off-by: Jeroen Oudshoorn --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 909b075b..b7457d79 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,6 @@ image: $(PWN_RELEASE).zip clean: - python3 setup.py clean --all - rm -rf dist pwnagotchi.egg-info - - rm -f $(PACKER) - - rm -f $(PWN_RELEASE).* + - rm -rf $(PACKER) + - rm -rf $(PWN_RELEASE).* - sudo rm -rf builder/output-pwnagotchi builder/packer_cache \ No newline at end of file