:: Re: [DNG] What can be improved in t…
Pàgina inicial
Delete this message
Reply to this message
Autor: Rainer Weikusat
Data:  
A: dng
Assumpte: Re: [DNG] What can be improved in this Makefile?
Rainer Weikusat <rainerweikusat@???> writes:

[...]


> $(TMP)/%.o: $(SRC)/%.c
>     $(CC) $(CFLAGS) -o $@ $<


A -c is needed with this command to request that the compile just
compiles the source file in question without also trying to link it.