commit 8dfacf0242f7738efdac61cb77e435aeebdbe38c from: Omar Polo date: Mon Jan 03 17:11:45 2022 UTC remove TAGS and compile_flags.txt from the list of default actions commit - 92a9f41d3d4633cc8afbcef12d2dbd3743ac300d commit + 8dfacf0242f7738efdac61cb77e435aeebdbe38c blob - 081565cb4bcbf3ae1b9f066ba2aefd6c5c59d5fc blob + 626911a858141df3e74e86abf2d8a7266984362c --- Makefile +++ Makefile @@ -4,7 +4,7 @@ TESTS= .PHONY: all static clean cleanall regress install -all: Makefile.local gmid gg TAGS compile_flags.txt +all: Makefile.local gmid gg Makefile.local: configure ./configure @@ -27,9 +27,6 @@ gg: gg.o iri.o utf8.o ${COMPAT} static: ${OBJS} ${CC} ${OBJS} -o gmid ${LDFLAGS} ${STATIC} -TAGS: ${SRCS} - @(etags ${SRCS} || true) 2>/dev/null - clean: rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid rm -f compile_flags.txt