Disable debug mode by default in Makefile.
This commit is contained in:
parent
cd3f873682
commit
4a2e313e3b
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
compile:
|
compile:
|
||||||
bison --verbose -d Monicelli.y
|
bison --verbose -d Monicelli.y
|
||||||
flex Monicelli.ll
|
flex Monicelli.ll
|
||||||
gcc -DYYDEBUG=1 Monicelli.tab.c lex.yy.c main.c -o mcc
|
gcc -DYYDEBUG=0 Monicelli.tab.c lex.yy.c main.c -o mcc
|
||||||
rm Monicelli.tab.* lex.yy.c
|
rm Monicelli.tab.* lex.yy.c
|
||||||
|
|
||||||
graph:
|
graph:
|
||||||
|
|
Reference in New Issue
Block a user