mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
9d4ef12b9c
commit
f9415dd8c2
@ -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) $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user