diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-23 17:10:00 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-23 17:10:00 +0000 |
commit | 31a4993a9478d17776d45ab9041001a4ced37c17 (patch) | |
tree | 2e7a279ffdf77aacd1025fcd03c45b6124807379 /Makefile | |
parent | d760973a5b59906e46def02f8e5aaaf7be601eba (diff) |
use gg instead of gg.py for the regression suite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,13 +32,13 @@ TAGS: ${SRCS} -etags ${SRCS} || true clean: - rm -f *.o lex.yy.c y.tab.c y.tab.h y.output gmid + rm -f *.o lex.yy.c y.tab.c y.tab.h y.output gmid gg make -C regress clean iri_test: iri_test.o iri.o utf8.o ${CC} iri_test.o iri.o utf8.o -o iri_test ${LDFLAGS} -regress: gmid +regress: gmid gg make -C regress all test: gmid iri_test |