Sign in
android
/
toolchain
/
rustc
/
951ae7a5eefab93734d1309f0497487f13f59fbf
/
.
/
tests
/
run-make
/
prefer-rlib
/
Makefile
blob: 2e86b9c1dd7e0c69de413706e729f9a5b2e6093f [
file
] [
log
] [
blame
]
# ignore-cross-compile
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
)