www.digitalmars.com         C & C++   DMDScript  

c++.command-line - Makefiles - can soemone post a simple example

reply Roger deBry <Roger_member pathlink.com> writes:
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
next sibling parent "Walter" <walter digitalmars.com> writes:
"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 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
hello.exe : hello.c dmc hello
Dec 10 2003
prev sibling parent Keith Fuller <Keith_member pathlink.com> writes:
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