aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-03-26 18:40:45 +0800
committerTeddy <ted.sybil@gmail.com>2014-03-26 18:40:45 +0800
commitd2f316adaeae270e6c4e9cba040e07de3d11e737 (patch)
tree4687ffb4cbfbc7654b02c0e1f7fa9106bc2073da /Makefile
parent37aaf73ed35046e8d7b1bbbb95c899b224ccb606 (diff)
...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfb1849..35fe25f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ cibic.tab.o: cibic.tab.c
main.o: main.c
gcc -c main.c -g -Wall -Wextra
ast.o: ast.c
- gcc -c ast.c -g -Wall -Wextra -DCNODE_DEBUG
+ gcc -c ast.c -g -Wall -Wextra -DCIBIC_DEBUG
lex.yy.c: cibic.l
flex cibic.l
cibic.tab.c: cibic.y