btrfs-progs/Makefile

8 lines
78 B
Makefile
Raw Normal View History

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