Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/kotlin-native-toolchain
/
.
/
lldb
/
test
/
API
/
macosx
/
DBGSourcePathRemapping
/
Makefile
blob: 8c82c73b13fc6d94bb620aeb10f4f98c48a95cf8 [
file
] [
log
] [
blame
] [
edit
]
BOTDIR
=
$
(
BUILDDIR
)/
buildbot
USERDIR
=
$
(
BUILDDIR
)/
user
C_SOURCES
=
$
(
BOTDIR
)/
main
.
c
LD_EXTRAS
=
$
(
BOTDIR
)/
relative
.
o
include
Makefile
.
rules
$
(
EXE
):
relative
.
o
relative
.
o
:
$
(
BOTDIR
)/
relative
.
c
cd $
(
BOTDIR
)
&&
$
(
CC
)
-
c $
(
CFLAGS
)
-
o $@ relative
.
c