projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Btrfs: early extent mapping support
[linux-2.6]
/
fs
/
btrfs
/
Makefile
1
2
CFLAGS= -g -Wall
3
4
.c.o:
5
$(CC) $(CFLAGS) -c $<
6
7
ctree: ctree.o disk-io.h ctree.h disk-io.o radix-tree.o radix-tree.h mkfs.o
8
gcc $(CFLAGS) -o ctree ctree.o disk-io.o radix-tree.o mkfs.o
9
10
clean:
11
rm ctree *.o
12