Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
c
/
conflicting-symbol
/
One.mk
blob: 130c7dd511bb8924e33337b87ef4cc2887bed27a [
file
] [
log
] [
blame
]
LEVEL
:=
../../../
make
DYLIB_NAME
:=
One
DYLIB_C_SOURCES
:=
One
.
c
OneConstant
.
c
DYLIB_ONLY
:=
YES
include $
(
LEVEL
)/
Makefile
.
rules
OneConstant
.
o
:
OneConstant
.
c
$
(
CC
)
$
(
CFLAGS_NO_DEBUG
)
-
c $
<
-
o $@