Browse Source

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

Faure Paul 2 years ago
parent
commit
9e9dd66c3a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -29,7 +29,7 @@ clean_Outputs:
29 29
 ###     COMPILATION     ###
30 30
 ###########################
31 31
 build : clean build_Tables build_Lex_Yacc
32
-	gcc Lex_Yacc/as.tab.o Lex_Yacc/lex.yy.o Tables/tables.o -ll -o rondoudou_interpreter_registres
32
+	gcc Lex_Yacc/as.tab.o Lex_Yacc/lex.yy.o Tables/tables.o -ly -o rondoudou_interpreter_registres
33 33
 
34 34
 build_Tables: clean_Tables
35 35
 	gcc -c Tables/tables.c -o Tables/tables.o

Loading…
Cancel
Save