From f1355b091b3abfc7861ac4e8c0df44e012d12a23 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 14 Mar 2012 12:10:44 +0200 Subject: [PATCH] Add 'tags' target to makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e2ac15a..b0d67bf 100644 --- a/Makefile +++ b/Makefile @@ -138,3 +138,7 @@ tgz = pgbouncer-$(PACKAGE_VERSION).tar.gz tgz-up: $(tgz) rsync $(tgz) pgf:web/pgbouncer/htdocs/testing/ +.PHONY: tags +tags: + ctags src/*.c include/*.h lib/usual/*.[ch] + -- 2.40.0