From 4977997864dee07e8c9099273f0938c4eb9175f8 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 9 Nov 2023 21:20:11 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 692acad6..b987108a 100644 --- a/Makefile +++ b/Makefile @@ -55,14 +55,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 -# If any of these files are updated, rebuild the checksums. -$(PWN_RELEASE).sha256: $(PWN_RELEASE).img - sha256sum $^ > $@ - -# If any of the input files are updated, rebuild the archive. -$(PWN_RELEASE).zip: $(PWN_RELEASE).img $(PWN_RELEASE).sha256 - zip $(PWN_RELEASE).zip $^ - .PHONY: image image: $(PWN_RELEASE).zip