:: Re: [DNG] What can be improved in t…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Rainer Weikusat
Date:  
À: dng
Sujet: 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.