X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Makefile;h=3331fa51dac649988e8df5bc44009edd17e5d5ab;hp=afd9eb58648a37f686372a3d791a9f4b343c681e;hb=4de9ebf92ea3d057a9ce17841ff7939b1dfebc67;hpb=8f67eac83402119dfdd2627da82c65d5a349cb02 diff --git a/Makefile b/Makefile index afd9eb5..3331fa5 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ help: %.o: %.c Makefile @echo " CC $(patsubst functions/%,%,$@)" - @$(CC) $(CFLAGS) -MMD -MP -MT "$*.d $*.t" -I./includes -c $< -o $@ + @$(CC) $(CFLAGS) -MMD -MP -MT "$*.d $*.t $*.o" -I./includes -c $< -o $@ %.t: %.c Makefile pdclib.a @echo " CC $(patsubst functions/%,%,$@)"