X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/6c8a90e1b43ee2f8e687a2b392fb0ce192e61bda..5ab0897e67b0203470690a11885b61ca1cb4ab8a:/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