1
0
mirror of https://github.com/Luzifer/browser-privacy.git synced 2024-09-18 21:02:55 +00:00
browser-privacy/Makefile

6 lines
198 B
Makefile
Raw Permalink Normal View History

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