btrfs-progs/Makefile
2007-01-26 16:38:42 -05:00

8 lines
78 B
Makefile

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