Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
commands
/
target
/
basic
/
Makefile
blob: 1f1b61dbd6316ff1f161fd5475e69837e17b8790 [
file
] [
log
] [
blame
] [
edit
]
# Example:
#
# C_SOURCES := b.c
# EXE := b.out
ifndef PIE
LD_EXTRAS
:=
-
no
-
pie
endif
include
Makefile
.
rules