Change sha256sum to shasum -a 256 117/head
authorJames Kruth <james@kruth.org>
Sat, 26 Nov 2016 18:19:29 +0000 (13:19 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2016 18:19:29 +0000 (13:19 -0500)
commit0e4982f31dd37f35decdfeddedcdbf3aa33c5156
tree6876e87a98fcaca697de96fb90ee065769d88c48
parent9deca3b8b552bd4871042793aaf9395e797cbf52
Change sha256sum to shasum -a 256

Not all systems have sha256sum (Mac OS, for instance). Use the more common `shasum -a 256`.
Makefile