Sign in
fuchsia
/
third_party
/
rust
/
1.7.0
/
.
/
src
/
test
/
run-make
/
linkage-attr-on-static
/
Makefile
blob: 4befbe1446542ed99f22c695d4fc2aa001c8931d [
file
]
-
include
../
tools
.
mk
all
:
$
(
call NATIVE_STATICLIB
,
foo
)
$
(
RUSTC
)
bar
.
rs
$
(
call RUN
,
bar
)
||
exit
1