gnu make tutorial

M.W. Chang mwchang
Mon May 17 11:59:25 PDT 2004


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

hello: hello.o harbour-link
   harbour-link hello.o



More information about the Linux-users mailing list