Makefile 问题及解决

问题一

makefile文件的clean出错

解决

clean下面的那句命令没有缩进,应该用[Tab]缩进

小结


问题二

解决

newhello:hello.o hello_fn.o 中的newhello应该写成hello,应该与hello.c中的名字一样

小结

  • 注意编译运行的文件名