From 3f1ec635a07eb73bf18597e6f1cb759d20eaa39c Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 24 Aug 2023 11:51:56 +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 4cbbbc85..8aef5857 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,6 @@ image: $(PWN_RELEASE).zip clean: - python3 setup.py clean --all - rm -rf dist pwnagotchi.egg-info - - rm -rf $(PACKER) - - rm -rf $(PWN_RELEASE).* + - rm -f $(PACKER) + - rm -f $(PWN_RELEASE).* - sudo rm -rf builder/output-pwnagotchi builder/packer_cache \ No newline at end of file