Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
run-make-fulldeps
/
no-duplicate-libs
/
Makefile
blob: b05aff7826e095e43c4ff731282e6d40c0ffedce [
file
] [
log
] [
blame
]
include
../
tools
.
mk
ifdef IS_MSVC
# FIXME(#27979)
all
:
else
all
:
$
(
call STATICLIB
,
foo
)
$
(
call STATICLIB
,
bar
)
$
(
RUSTC
)
main
.
rs
$
(
call RUN
,
main
)
endif