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