aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-23 17:10:00 +0000
committerOmar Polo <op@omarpolo.com>2021-01-23 17:10:00 +0000
commit31a4993a9478d17776d45ab9041001a4ced37c17 (patch)
tree2e7a279ffdf77aacd1025fcd03c45b6124807379 /Makefile
parentd760973a5b59906e46def02f8e5aaaf7be601eba (diff)
use gg instead of gg.py for the regression suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2626f5..b2f7bb9 100644
--- a/Makefile
+++ b/Makefile
@@ -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