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