:: Re: [DNG] What can be improved in t…
Top Pagina
Delete this message
Reply to this message
Auteur: Rainer Weikusat
Datum:  
Aan: dng
Onderwerp: 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.