make rules

T Hu twh at bocar.UUCP
Fri Jun 7 01:12:52 AEST 1985


you need a separator(\) when you are not able to finish the list
in one line.

Ex:

all: $(DEP1) $(DEP2) \
     $(DEP3) ...
     $(COMMAND) $(ARG1) ...



More information about the Comp.unix mailing list