1
0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-09-18 23:42:56 +00:00
github-publish/Makefile
Knut Ahlers 69acf19945
Automatically update hashes on commit
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-10 12:07:41 +02:00

9 lines
111 B
Makefile

default:
true
auto-hook-pre-commit: hash
git add SHA256SUMS || true
hash:
shasum -a 256 *.sh > SHA256SUMS