当前位置: 技术问答>linux和unix
Makefile ***missing Separator ????????
来源: 互联网 发布时间:2015-02-19
本文导语: Please tell me what's wrong in makefile makefile makefile program:make.o gcc -o make.o make.o:make.c gcc -c make.c /////////////////////////////// make.C #include int main(int argc, char** argv) { printf("Hello, GNU! "); int i; for(i=0;i
Please tell me what's wrong in makefile
makefile
makefile
program:make.o
gcc -o make.o
make.o:make.c
gcc -c make.c
///////////////////////////////
make.C
#include
int main(int argc, char** argv)
{
printf("Hello, GNU! ");
int i;
for(i=0;i
makefile
makefile
program:make.o
gcc -o make.o
make.o:make.c
gcc -c make.c
///////////////////////////////
make.C
#include
int main(int argc, char** argv)
{
printf("Hello, GNU! ");
int i;
for(i=0;i