diff --git a/Makefile b/Makefile index 42c7a78b..87266942 100644 --- a/Makefile +++ b/Makefile @@ -56,8 +56,6 @@ $(PWN_RELEASE).img: $(SDIST) builder/pwnagotchi.json.pkr.hcl builder/raspberrypi cd builder && packer init pwnagotchi.json.pkr.hcl && sudo $(UNSHARE) $(PACKER) build -var "pwn_hostname=$(PWN_HOSTNAME)" -var "pwn_version=$(PWN_VERSION)" pwnagotchi.json.pkr.hcl -.PHONY: image - clean: - python3 setup.py clean --all - rm -rf dist pwnagotchi.egg-info