mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
433da1fc04
They pass fine.
6 lines
101 B
Makefile
6 lines
101 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) --crate-type=rlib foo.rs
|
|
$(RUSTC) --crate-type=rlib,rlib foo.rs
|