iteration on the dmg packager
[sface.git] / Makefile
index 7d2d4ac..94c7a29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,8 @@ install:
                     --install-scripts=$(DESTDIR)/$(bindir) \
                     --install-data=$(DESTDIR)/$(datadir)
 
+
+tags:
+       find . '(' -name '*.py' -o -name Makefile ')' | xargs etags
+
+.PHONY: tags