c++.command-line - Makefiles - can soemone post a simple example
- Roger deBry (4/4) Dec 10 2003 I can't get make to work. When I run make it tells me that the target is...
- Walter (7/11) Dec 10 2003 up to
- Keith Fuller (4/8) Jan 06 2004 If you download the MicroEmacs editor from the front page, you can use t...
I can't get make to work. When I run make it tells me that the target is up to date. Obviously I have made some simple error in my makefile. Unfortunately the documentation shows no examples (that would be nice). Can someone post a simple example, say for a hello world program? Thanks
Dec 10 2003
"Roger deBry" <Roger_member pathlink.com> wrote in message news:br7vlg$1mdc$1 digitaldaemon.com...I can't get make to work. When I run make it tells me that the target isup todate. Obviously I have made some simple error in my makefile.Unfortunately thedocumentation shows no examples (that would be nice). Can someone post asimpleexample, say for a hello world program? Thankshello.exe : hello.c dmc hello
Dec 10 2003
If you download the MicroEmacs editor from the front page, you can use that as an example. Keith Fuller In article <br7vlg$1mdc$1 digitaldaemon.com>, Roger deBry says...I can't get make to work. When I run make it tells me that the target is up to date. Obviously I have made some simple error in my makefile. Unfortunately the documentation shows no examples (that would be nice). Can someone post a simple example, say for a hello world program? Thanks
Jan 06 2004