X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/588a7414ee52328525dfcb514e580da877e4ff3c..224ef1ec6e53988776b257de48a0b559ef43a8be:/Makefile diff --git a/Makefile b/Makefile index 7183670..0fa5c6a 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,10 @@ clean: rm -f stgit/commands/cmdlist.py tags: + ctags -R stgit/* + +TAGS: ctags -e -R stgit/* -.PHONY: all build install doc install-doc install-html test test_patches clean +.PHONY: all build install doc install-doc install-html test test_patches \ + clean tags TAGS