From 34886b1e55ef0eda629b22742e7173fea04bf8f7 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 8 May 2023 10:30:00 +0000 Subject: [PATCH] add tags target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b500736..7a97ab5 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ SRCS = gmid.h \ DISTNAME = gmid-${VERSION} all: Makefile.local gmid ge gg -.PHONY: all static clean cleanall test regress install +.PHONY: all tags static clean cleanall test regress install Makefile.local config.h: configure @echo "$@ is out of date; please run ./configure" @@ -73,6 +73,9 @@ Makefile.local config.h: configure include Makefile.local include Makefile.depend +tags: + ctags ${SRCS} + y.tab.c: parse.y ${YACC} -b y parse.y