new sync target
[bootcd.git] / Makefile
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