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

This commit is contained in:
Faure Paul 2021-07-13 17:25:11 +02:00
parent bc036e3c94
commit 9e9dd66c3a

View file

@ -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