[beyes@SLinux temp5]$ make
Makefile:7: warning: overriding commands for target `Newprog'
Makefile:4: warning: ignoring old commands for target `Newprog'
cc world.c -o Newprog
在编译时发出了警告信息,而且只执行了第 2 条规则 。
再执行一次:
[beyes@SLinux temp5]$ make
Makefile:7: warning: overriding commands for target `Newprog'
Makefile:4: warning: ignoring old commands for target `Newprog'
make: `Newprog' is up to date.