1
0
Fork 0
mirror of https://github.com/Luzifer/browser-privacy.git synced 2024-11-09 17:40:00 +00:00
browser-privacy/Makefile
Knut Ahlers f163789855
Add automated checksum generation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-10 13:57:17 +02:00

5 lines
136 B
Makefile

default:
auto-hook-pre-commit:
python3 checksum.py
git status --porcelain | grep -q '^M filters.txt' && git add filters.txt || true