摘要:
相信在unix下编程的没有不知道makefile的,刚开始学习unix平台下的东西,了解了下makefile的制作,觉得有点东西可以记录下。 下面是一个极其简单的例子:现在我要编译一个Hello world,需要如下三个文件: 1. print.h #include<stdio.h> void printhello(); 2. print.c #in... 阅读全文
posted @ 2010-04-08 21:29
sld666666
阅读(42330)
评论(7)
推荐(2)