add tags target

This commit is contained in:
Omar Polo 2023-05-08 10:30:00 +00:00
parent 1e0b974519
commit 34886b1e55
1 changed files with 4 additions and 1 deletions

View File

@ -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