From: Pierre Habouzit Date: Mon, 8 Jan 2007 00:10:19 +0000 (+0100) Subject: add tags target X-Git-Url: http://git.madism.org/?a=commitdiff_plain;ds=sidebyside;h=ff472b8f6fc8252d2df36d3b04ac2955443329a7;p=apps%2Fpfixtools.git add tags target Signed-off-by: Pierre Habouzit --- diff --git a/Makefile b/Makefile index 9170135..558ab07 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,10 @@ clean: distclean: clean +tags: .tags +.tags: $(shell git ls-files | egrep '\.[hc]$$') + ctags -o $@ $^ + headers: HEADACHEOPTS=-c mk/headache.cfg -h COPYING headers: @which headache > /dev/null || \