#Makefile (Again)
25-Jul-90 18:30:09
Sb: #Makefile (Again)
Fm: Tom Eshelman 73717,3446
To: Mike Spille/Manx 71545,1466
Mike:
I can't seem to get a system command executed out of a makefile as is
shown in the manual regarding make on p. 4-15. I terminate with an exit
code '1'.
These are my last lines, and the link is successful.
comm: $(OBJECTS)
ln -g -o RAM:comm $(OBJECTS) -lc
fh0:c/echo "hello, there"
Any ideas?
Regards Tom