diff --git a/Makefile b/Makefile index b987108a..30f814f7 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ $(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 -image: $(PWN_RELEASE).zip +image: $(PWN_RELEASE).img clean: - python3 setup.py clean --all