:: Re: [DNG] What can be improved in t…
Top Page
Delete this message
Reply to this message
Author: Rainer Weikusat
Date:  
To: dng
Subject: 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.