mirror of
https://github.com/Luzifer/browser-privacy.git
synced 2024-11-09 17:40:00 +00:00
5 lines
198 B
Makefile
5 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
|