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