linux下怎么用makfeil写test.c
答案:3 悬赏:80 手机版
解决时间 2021-03-27 17:42
- 提问者网友:椧運幽默
- 2021-03-27 04:30
linux下怎么用makfeil写test.c
最佳答案
- 五星知识达人网友:拾荒鲤
- 2021-03-27 04:46
test : test.o
gcc -o test test.o
test.o : test.c
gcc -c test.c
gcc -o test test.o
test.o : test.c
gcc -c test.c
全部回答
- 1楼网友:duile
- 2021-03-27 07:47
test : test.o
gcc -o test test.o
test.o : test.c
gcc -c test.c
gcc -o test test.o
test.o : test.c
gcc -c test.c
- 2楼网友:爱难随人意
- 2021-03-27 06:19
makefile,如果你只有一个test.c,其实把编译的命令保存为makefile就可以了。
如果更复杂的,建议你看看《跟我学makefile》
如果更复杂的,建议你看看《跟我学makefile》
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯