Sign in
llvm
/
llvm-project
/
ba767d0bbbde4107700ff66ecfd97eb75d85a35d
/
.
/
lldb
/
test
/
API
/
lang
/
c
/
global_variables
/
Makefile
blob: acd6c56470b6fdf122cd4513f10b8833fe4a97f2 [
file
]
C_SOURCES
:=
main
.
c
DYLIB_NAME
:=
a
DYLIB_C_SOURCES
:=
a
.
c
ifndef PIE
LD_EXTRAS
:=
-
no
-
pie
endif
include
Makefile
.
rules