From ff472b8f6fc8252d2df36d3b04ac2955443329a7 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 8 Jan 2007 01:10:19 +0100 Subject: [PATCH] add tags target Signed-off-by: Pierre Habouzit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 || \ -- 2.20.1