mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
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
|