Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
c-link-to-rust-va-list-fn
/
Makefile
blob: 596c0fce3ceae64fd45b3c95c5fbd739ad8870a2 [
file
] [
log
] [
blame
]
# ignore-cross-compile
include
../
tools
.
mk
all
:
$
(
RUSTC
)
checkrust
.
rs
$
(
CC
)
test
.
c $
(
call STATICLIB
,
checkrust
)
$
(
call OUT_EXE
,
test
)
$
(
EXTRACFLAGS
)
$
(
call RUN
,
test
)