Clean
This commit is contained in:
parent
25efac091c
commit
1b805fca00
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -9,7 +9,7 @@ default :
|
|||
clean_all : clean clean_Inputs clean_Outputs
|
||||
|
||||
clean: clean_Lex_Yacc clean_Tables
|
||||
@rm -f rondoudou_interpreter
|
||||
@rm -f interpreter
|
||||
|
||||
clean_Tables:
|
||||
@rm -f Tables/*.o
|
||||
|
@ -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 -ly -o rondoudou_interpreter
|
||||
gcc Lex_Yacc/as.tab.o Lex_Yacc/lex.yy.o Tables/tables.o -o interpreter
|
||||
|
||||
build_Tables: clean_Tables
|
||||
gcc -c Tables/tables.c -o Tables/tables.o
|
||||
|
|
Loading…
Reference in a new issue