diff options
author | Teddy <[email protected]> | 2014-04-07 03:00:06 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-07 03:00:06 +0800 |
commit | 9c760b0907df4f5ec7c28dd109b5ded8dddbfe93 (patch) | |
tree | 2b9d82bd568af2a9bc74f0509e44d19fb545eaf0 /Makefile | |
parent | 6d4fff31616fdc96da20898d39d7cba95a9cda0a (diff) |
...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |