mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00: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
|
||
|
|