From 4459545e6528c8f072de79b799b9ae9b85d01dfb Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 23 Jul 2017 23:07:17 -0500 Subject: Output regex instead of debugging format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e62c90c..91c36ad 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ parse-%.c parse-%.h: parse-%.y $(CC) $(CFLAGS) -c $< -o $@ pattern2regex.o: lex-pattern.h parse-pattern.h -pattern2regex: pattern2regex.o lex-pattern.o parse-pattern.o ast.o +pattern2regex: pattern2regex.o lex-pattern.o parse-pattern.o ast.o regex.o $(TARGETS): $(CC) $(CFLAGS) $^ -o $@ -- cgit v1.2.3