:: Re: [DNG] What can be improved in t…
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Rainer Weikusat
日付:  
To: dng
題目: 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.