mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2025-01-26 21:53:20 +08:00
8 lines
78 B
Makefile
8 lines
78 B
Makefile
|
|
ctree: ctree.o
|
|
gcc -g -O2 -Wall -o ctree ctree.c
|
|
|
|
clean:
|
|
rm ctree ctree.o
|
|
|