Re: 'make' with no descriptor file

From: Villy Kruse (vek_at_station02.ohout.pharmapartners.nl)
Date: 05/25/04


Date: 25 May 2004 13:50:15 GMT

On 20 May 2004 07:07:24 -0700,
    Nahum Barnea <nahum_barnea@yahoo.com> wrote:

> Hi.
>
> I want to write a simple program 'simplemake'
> this utility will act same as unix 'make'
> but without a descriptor file (Makefile).
>

Normal version of make has builtin rules so you can say
"make abcdef" and make will make abcdef if it can find a file
called abcdef.c. Can't be much more simple than that.

Villy