Hello Bart,
> Can anybody tell me how to make a *simple* makefile? Or a URL where I can
> find more info? The manpages aren't very clear, and *way* too extensive.
try the info-pages on make (hope you have some kind of info-browser
installed).
There is a chapter at the beginning (some kind of int
On Sat, 01 Apr 2000, Bart Friederichs wrote:
> Hi,
>
> Can anybody tell me how to make a *simple* makefile? Or a URL where I can
> find more info? The manpages aren't very clear, and *way* too extensive.
>
> I have a small project with 3 source code files, and I don't want to compile
> all of the
> Can anybody tell me how to make a *simple* makefile? Or a URL where I can
> find more info? The manpages aren't very clear, and *way* too extensive.
>
> I have a small project with 3 source code files, and I don't want to compile
> all of them every time.
>
OBJS=foo.o bar.o foobar.o
all: targe
3 matches
Mail list logo