Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
error-found-staticlib-instead-crate
/
Makefile
blob: 0eae41d720ccc0f3c5a60a32fc169f6fc64d46c4 [
file
] [
log
] [
blame
]
include
../
tools
.
mk
all
:
$
(
RUSTC
)
foo
.
rs
--
crate
-
type staticlib
$
(
RUSTC
)
bar
.
rs
2
>&
1
|
$
(
CGREP
)
"found staticlib"