gnu make tutorial
Kurt Wall
kwall
Mon May 17 11:59:25 PDT 2004
In a 0.5K blaze of typing glory, M.W. Chang wrote:
> anyone famililar with make?
>
> I have these steps:
> gharbour hello.prg -> creates a hello.o
> harbour-link hello.o -> creatse executable hello
>
> how could I build a Makefile? I tried the following and got a "missing
> separator" error:
>
> # the Makefile
> hello.o: hello.prg gharbour
> gharbour hello
^^
This must be an actual Tab character, not multiple Space characters.
Kurt
--
"You've got to have a gimmick if your band sucks."
-- Gary Giddens
More information about the Linux-users
mailing list