Skip to content

Commit

Permalink
lil fix in rm conf
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMW committed Dec 16, 2016
1 parent d5d4ac1 commit 0ccad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ccad3b

Please sign in to comment.