From: Marko Kreen Date: Wed, 14 Mar 2012 10:10:44 +0000 (+0200) Subject: Add 'tags' target to makefile X-Git-Tag: pgbouncer_1_5_1_rc1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1355b091b3abfc7861ac4e8c0df44e012d12a23;p=pgbouncer Add 'tags' target to makefile --- 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] +