diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index d922ddf..3d7b5f2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,7 +30,7 @@ testcodegen : $(LLCTESTS:%.ll=%.mc) testsparc : $(LLCTESTS:%.ll=%.s) clean : - rm -f *.[123] *.bc *.mc core + rm -f *.[123] *.bc *.mc *.s core %.asmdis: % @echo "Running assembler/disassembler test on $<" |