Oops, extra noise in the checksums! Fixed.

This commit is contained in:
Gunnar Wolf 2020-04-14 14:26:50 -05:00
parent 5da5be7a5c
commit 507c5cd45a

View File

@ -29,7 +29,7 @@ raspi_3.yaml: raspi_master.yaml
sed "s/__HOST__/rpi3/" > $@ sed "s/__HOST__/rpi3/" > $@
%.sha256: %.img %.sha256: %.img
sha256sum $(@:sha256=img) $@ > $@ sha256sum $(@:sha256=img) > $@
%.img: %.yaml %.img: %.yaml
touch $(@:.img=.log) touch $(@:.img=.log)