diff --git a/Makefile b/Makefile index b095723..c73dfea 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ clean: rm -f test/*.out rm -f test/*.ll rm -rf *.o - rm comp + rm -f comp bin/comp: temp/codeGen.o temp/symbolTable.o temp/grammar.o temp/tree.o temp/main.o temp/lex.o temp/lextest.o