commit 8ebc712bd0706c607fb30222cb304c258bf14d83 Author: Isis Lovecruft isis@torproject.org Date: Wed Nov 1 23:55:35 2017 +0000
Add Makefile directive for making TAGS file. --- Makefile | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile index 906ce94..428f004 100644 --- a/Makefile +++ b/Makefile @@ -86,3 +86,6 @@ upload: clean python setup.py bdist_egg upload --sign #python setup.py bdist_wheel upload --sign python setup.py sdist --formats=gztar,zip upload --sign + +tags: + find ./bridgedb -type f -name "*.py" -print | xargs etags