Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/master
/
.
/
test
/
API
/
lang
/
cpp
/
operator-overload
/
Makefile
blob: 80b3ee02c3e934f07415bd36e97da2cd082fae6e [
file
] [
log
] [
blame
]
CXX_SOURCES
=
a
.
cpp b
.
cpp
include
Makefile
.
rules
a
.
o
:
a
.
cpp
$
(
CC
)
$
(
CFLAGS_NO_DEBUG
)
-
c $
<
-
o $@