Btrfs: early extent mapping support
[deliverable/linux.git] / 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
This page took 0.04089 seconds and 6 git commands to generate.