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
1 changed files with 1 additions and 1 deletions

View File

@ -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)