首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
C语言-Makefile
C语言-Makefile
mac
2022-06-30
32
1,新建 Makefile文件
# this is make file hello.out:max.o min.o hello.c gcc max.o min.o hello.c -o hello.out max.o:max.c gcc -c max.c min.o:min.c gcc -c min.c
2 ,执行make
make
转载请注明原文地址: https://mac.8miu.com/read-58440.html
最新回复
(
0
)