commit 34886b1e55ef0eda629b22742e7173fea04bf8f7 from: Omar Polo date: Mon May 08 10:30:00 2023 UTC add tags target commit - 1e0b974519c8228e271b2b6e677c1b8f9a109b6b commit + 34886b1e55ef0eda629b22742e7173fea04bf8f7 blob - b500736cc21ce8effdb92dd827afddc726c1a00c blob + 7a97ab56a1ce3f3263460c29123c79cc44e142d6 --- Makefile +++ 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