Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
issue-28595
/
Makefile
blob: 258f9788aafa784144f76a7fd78da421909a29b2 [
file
]
# ignore-cross-compile
include
../
tools
.
mk
all
:
$
(
call NATIVE_STATICLIB
,
a
)
$
(
call NATIVE_STATICLIB
,
b
)
$
(
RUSTC
)
a
.
rs
$
(
RUSTC
)
b
.
rs
$
(
call RUN
,
b
)