]> Pileus Git - ~andy/linux/blob - fs/btrfs/Makefile
Btrfs: Add backing store, memory management
[~andy/linux] / 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
8         gcc $(CFLAGS) -o ctree ctree.o disk-io.o radix-tree.o
9
10 clean:
11         rm ctree *.o
12