Newprog :: hello.c
$(CC) $< -o $@
Newprog :: world.c
$(CC) $< -o $@
[beyes@SLinux temp5]$ make
cc hello.c -o Newprog
[beyes@SLinux temp5]$ ./Newprog
hello world
[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
[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.
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |