From 401d1e11354752a33c97d29a2d3af9e60ee2885d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 12 Nov 2007 13:42:09 +0000 Subject: [PATCH] add target tags --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 390d27f..1f4c8d7 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,6 @@ clean: rm -f forward_api_calls *.pyc build .PHONY: all install clean + +tags: + find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' | xargs etags -- 2.43.0