From 9c760b0907df4f5ec7c28dd109b5ded8dddbfe93 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 7 Apr 2014 03:00:06 +0800 Subject: ... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bce2e89..a2fec1a 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ cibic.tab.o: cibic.tab.c gcc -c cibic.tab.c main.o: main.c gcc -c main.c -g -Wall -Wextra -ast.o: ast.c +ast.o: ast.c ast.h gcc -c ast.c -g -Wall -Wextra -DCIBIC_DEBUG -semantics.o: semantics.c +semantics.o: semantics.c semantics.h gcc -c semantics.c -g -Wall -Wextra -DCIBIC_DEBUG lex.yy.c: cibic.l flex cibic.l -- cgit v1.2.3