chiark / gitweb /
Add "tags" target to Makefile
[stgit] / Makefile
index 71836705ea197a7296caff0e2e5456dcfbdaae04..0fa5c6afa43f5dccb167f285ea4e286b96db5ec6 100644 (file)
--- 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