mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +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
|
||
|
|