Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
run-make-fulldeps
/
prefer-rlib
/
Makefile
blob: adc345d760da557cdc9f26f195da0a99962a656a [
file
] [
log
] [
blame
]
include
../
tools
.
mk
all
:
$
(
RUSTC
)
bar
.
rs
--
crate
-
type
=
dylib
--
crate
-
type
=
rlib
ls $
(
TMPDIR
)/
$
(
call RLIB_GLOB
,
bar
)
$
(
RUSTC
)
foo
.
rs
rm $
(
TMPDIR
)/*
bar
*
$
(
call RUN
,
foo
)