Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
1.7.0
/
.
/
src
/
test
/
run-make
/
c-static-rlib
/
Makefile
blob: be22b2728f05b0eca8e1a1e4d82cc86b8b2ba80d [
file
]
-
include
../
tools
.
mk
all
:
$
(
call NATIVE_STATICLIB
,
cfoo
)
$
(
RUSTC
)
foo
.
rs
$
(
RUSTC
)
bar
.
rs
$
(
call REMOVE_RLIBS
,
foo
)
rm $
(
call NATIVE_STATICLIB
,
cfoo
)
$
(
call RUN
,
bar
)