1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove temp files

llvm-svn: 5118
This commit is contained in:
Chris Lattner 2002-12-23 23:47:39 +00:00
parent acd2890ec1
commit b9909bdefd

View File

@ -12,6 +12,8 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
-$(TESTRUNR) $<
-# Remove temporary files generated...
@rm -f bugpoint-$<-*
clean::
rm -f *.bc