From 507c5cd45a599a3640bf262419bc5d00befe250a Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Tue, 14 Apr 2020 14:26:50 -0500 Subject: [PATCH] Oops, extra noise in the checksums! Fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcf27b7..827ccbd 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ raspi_3.yaml: raspi_master.yaml sed "s/__HOST__/rpi3/" > $@ %.sha256: %.img - sha256sum $(@:sha256=img) $@ > $@ + sha256sum $(@:sha256=img) > $@ %.img: %.yaml touch $(@:.img=.log)