Skip to content

Commit

Permalink
make ctags
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrajina committed Aug 2, 2013
1 parent 6385fc1 commit 6fc3af7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ check-all-commited:
pypi-upload: test check-all-commited
python setup.py register
python setup.py sdist upload
ctags:
ctags -R .
clean:
rm -Rf build
rm -v -- $(shell find . -name "*.pyc")

0 comments on commit 6fc3af7

Please sign in to comment.