mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-15 09:55:36 +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
|
||
|
|