三明智筆記本
網頁
首頁
個人簡介
[IT 人應該看] 離職前 (轉)
adsense
2011-09-20
[linux] makefile
#include
#include
#include
int main(void){
char word[20];
bzero(word,sizerof(word));
strcpy(word"this is a book");
}
vim makefile
all:
gcc-o xxx.xxx.c //xxx檔名
clean:
rm -f xxx
:wq! //離開
make clean
make
./xxx //執行
結果
this is a book
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言