Btrfs: Faster deletes, add Makefile and kerncompat
[safe/jmp/linux-2.6] / fs / btrfs / Makefile
1
2 ctree: ctree.o
3         gcc -g -O2 -Wall -o ctree ctree.c
4
5 clean:
6         rm ctree ctree.o
7