linux/fs/btrfs/Makefile

8 lines
78 B
Makefile

ctree: ctree.o
gcc -g -O2 -Wall -o ctree ctree.c
clean:
rm ctree ctree.o