Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
arguments-non-c-like-enum
/
Makefile
blob: 0c8d8bf3acc60e599f9b61bc9a080fb02f182e7b [
file
] [
log
] [
blame
]
# ignore-cross-compile
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
)