From ee78102672afdede839489fa0b1932b64335eaaf Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Tue, 25 Jul 2017 20:49:17 -0500 Subject: move regex printing code to print-regex.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91c36ad..79099ba 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 regex.o +pattern2regex: pattern2regex.o lex-pattern.o parse-pattern.o ast.o print-regex.o $(TARGETS): $(CC) $(CFLAGS) $^ -o $@ -- cgit v1.2.3