ams-hackers / gbforth

👾 A Forth-based Game Boy development kit
https://gbforth.org
MIT License
121 stars 23 forks source link

Makefile: use sha1sum when shasum is not available #330

Closed meithecatte closed 4 years ago

meithecatte commented 4 years ago

shasum seems to be more commonly present on macOS. On Linux, the functionality is provided by sha1sum. Detect which of those is present.