Rainer Weikusat <[email protected]> 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.
_______________________________________________
Dng mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to