2016年10月10日

My first makefile to compile multiple C files

摘要: I have three files to compile: main.c, func.c, func.h The steps: 1 main.c to main.o 2 func.c to func.o 3 link main.o func.o to main(file that can exec 阅读全文

posted @ 2016-10-10 22:13 J·Marcus 阅读(236) 评论(0) 推荐(0)

导航