]> Pileus Git - ~andy/linux/blob - fs/btrfs/Makefile
Btrfs: Faster deletes, add Makefile and kerncompat
[~andy/linux] / 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