Basculement sur les PCs INSA => option ly au lieu de ll

This commit is contained in:
Faure Paul 2021-07-13 17:23:38 +02:00
parent 9b91ac0036
commit a035a534e9

View file

@ -29,7 +29,7 @@ clean_Outputs:
### COMPILATION ###
###########################
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
gcc Lex_Yacc/as.tab.o Lex_Yacc/lex.yy.o Tables/tables.o -ly -o rondoudou_interpreter
build_Tables: clean_Tables
gcc -c Tables/tables.c -o Tables/tables.o