From: Thierry Parmentelat Date: Thu, 11 Dec 2008 18:32:05 +0000 (+0000) Subject: new sync target X-Git-Tag: BootCD-4.2-8~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4952dc3e5776222f1f9f79d0a27a6f1ca81278e0;p=bootcd.git new sync target --- diff --git a/Makefile b/Makefile new file mode 100644 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