mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
433da1fc04
They pass fine.
8 lines
167 B
Makefile
8 lines
167 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) -C extra-filename=-hash foo.rs
|
|
$(RUSTC) bar.rs
|
|
mv $(TMPDIR)/libfoo-hash.rlib $(TMPDIR)/libfoo-another-hash.rlib
|
|
$(RUSTC) baz.rs
|