Shorten paths to auxiliary files created by tests
This commit is contained in:
parent
525b81d570
commit
d588f9338d
5 changed files with 18 additions and 4 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
all:
|
||||
$(RUSTC) -C extra-filename=bar foo.rs -C save-temps
|
||||
rm $(TMPDIR)/foobar.foo0.rust-cgu.o
|
||||
rm $(TMPDIR)/foobar.foo0.rcgu.o
|
||||
rm $(TMPDIR)/$(call BIN,foobar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue