Ignoring deprecated-registers warning, since it's in generated code.
This commit is contained in:
parent
a68467d0fd
commit
9c728ef145
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
compile:
|
compile:
|
||||||
bison --verbose -d Monicelli.y
|
bison --verbose -d Monicelli.y
|
||||||
flex -P mc Monicelli.ll
|
flex -P mc Monicelli.ll
|
||||||
g++ -Wall -std=c++11 -DYYDEBUG=0 Monicelli.tab.c lex.mc.c Nodes.cpp main.cpp -o mcc
|
g++ -Wall -Wno-deprecated-register -std=c++11 -DYYDEBUG=0 Monicelli.tab.c lex.mc.c Nodes.cpp main.cpp -o mcc
|
||||||
rm Monicelli.tab.* lex.mc.c
|
rm Monicelli.tab.* lex.mc.c
|
||||||
|
|
||||||
graph:
|
graph:
|
||||||
|
|
Reference in New Issue
Block a user