Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
5c680ed620c2b69cf751aecf1a5e03ce2c89c7f3
/
.
/
fs
/
btrfs
/
Makefile
blob: df065dd2dce7dc5b42aa7f63ef87a97e61a0a32d [
file
] [
log
] [
blame
]
CFLAGS
=
-
g
-
Wall
.
c
.
o
:
$
(
CC
)
$
(
CFLAGS
)
-
c $
<
ctree
:
ctree
.
o disk
-
io
.
h ctree
.
h disk
-
io
.
o radix
-
tree
.
o radix
-
tree
.
h mkfs
.
o
gcc $
(
CFLAGS
)
-
o ctree ctree
.
o disk
-
io
.
o radix
-
tree
.
o mkfs
.
o
clean
:
rm ctree
*.
o