From af03935eeb723e586295509d27bb99af1ce4ebaf Mon Sep 17 00:00:00 2001 From: djfiander Date: Wed, 12 Apr 2006 15:21:35 +0000 Subject: [PATCH] Change label for tag generation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9a6bcf..595e151 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ all: run: perl SIPServer.pm SIPconfig.xml -etags: - find . -name '*.pm' -print | etags - \ No newline at end of file +tags: + find . -name '*.pm' -print | etags - -- 2.11.0