Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
run-make-fulldeps
/
arguments-non-c-like-enum
/
Makefile
blob: 513311c8289464df4cdc143fe236a1660c08a4c7 [
file
] [
log
] [
blame
]
include
../
tools
.
mk
all
:
$
(
RUSTC
)
--
crate
-
type
=
staticlib nonclike
.
rs
$
(
CC
)
test
.
c $
(
call STATICLIB
,
nonclike
)
$
(
call OUT_EXE
,
test
)
\
$
(
EXTRACFLAGS
)
$
(
EXTRACXXFLAGS
)
$
(
call RUN
,
test
)