mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 14:50:07 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
default:
|
|
true
|
|
|
|
auto-hook-pre-commit: hash
|
|
git add SHA256SUMS || true
|
|
|
|
hash:
|
|
shasum -a 256 *.sh > SHA256SUMS
|