Basculement sur les PCs INSA => option ly au lieu de ll
This commit is contained in:
parent
bc036e3c94
commit
9e9dd66c3a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ clean_Outputs:
|
||||||
### COMPILATION ###
|
### COMPILATION ###
|
||||||
###########################
|
###########################
|
||||||
build : clean build_Tables build_Lex_Yacc
|
build : clean build_Tables build_Lex_Yacc
|
||||||
gcc Lex_Yacc/as.tab.o Lex_Yacc/lex.yy.o Tables/tables.o -ll -o rondoudou_interpreter_registres
|
gcc Lex_Yacc/as.tab.o Lex_Yacc/lex.yy.o Tables/tables.o -ly -o rondoudou_interpreter_registres
|
||||||
|
|
||||||
build_Tables: clean_Tables
|
build_Tables: clean_Tables
|
||||||
gcc -c Tables/tables.c -o Tables/tables.o
|
gcc -c Tables/tables.c -o Tables/tables.o
|
||||||
|
|
Loading…
Reference in a new issue