Improve the clean target

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4519 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-04 00:33:19 +00:00
parent 9d4ef12b9c
commit f9415dd8c2

View File

@ -22,6 +22,9 @@ Output/%.out: %.ll $(LANALYZE) Output/.dir
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
clean::
rm -f *.ps *.dot
Output/%.llx.out: %.llx Output/.dir $(LAS)
-$(TESTRUNR) $<