Sign in
◑
Theme
llvm
/
llvm-project
/
4beeff3c2bf125de9dda8b374ffc9ec052d02810
/
.
/
lldb
/
test
/
API
/
python_api
/
value
/
Makefile
blob: 1f932972b76a84b4789bf673c13844082275121e [
file
]
C_SOURCES
:=
main
.
c
ifeq
"$(OS)"
"Windows_NT"
# Embed a symbol table in the executable.
LD_EXTRAS
:=
-
Wl
,/
debug
:
symtab
endif
include
Makefile
.
rules