new sync target
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 11 Dec 2008 18:32:05 +0000 (18:32 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 11 Dec 2008 18:32:05 +0000 (18:32 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..85297af
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+ETAGS=etags
+
+tags:
+       find . -type f -a '!' '(' -name '*.x86' -o -name '*.x86_64' ')' | grep -v '/\.svn/' | xargs $(ETAGS)
+
+.PHONY: tags