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