Remove unnecessary clean-up step in Makefile

This commit is contained in:
ck
2024-02-05 10:01:12 -05:00
parent e7d8d632a0
commit e1be0f7674

View File

@ -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)