1
0
mirror of https://github.com/Luzifer/browser-privacy.git synced 2024-09-16 11:58:24 +00:00
browser-privacy/Makefile
Knut Ahlers 4ac963a009
fix: Add on local modifications
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-06-10 14:17:35 +02:00

6 lines
198 B
Makefile

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