Unverified Commit 8ebc712b authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

Add Makefile directive for making TAGS file.

parent 9ac6ff9e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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