X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Makefile;h=453172589bc48676bf7404560aa3467063f8f633;hp=f1cf050c62ff1d00617bffa926eee7a253e9a552;hb=bdad1f82d0c0aa0b83e8b195303d7957c578da2e;hpb=44db4763a69211be0afa0b336adbb16a0b10f2cb diff --git a/Makefile b/Makefile index f1cf050..4531725 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ regtests: regtestdrivers regtestdrivers: $(REGFILES) @echo -#-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES) +-include $(DEPFILES) $(TSTDEPFILES) $(REGDEPFILES) clean: @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(TSTDEPFILES) $(REGFILES) $(REGDEPFILES) pdclib.a pdclib.tgz scanf_testdata_*; do if [ -f $$file ]; then rm $$file; fi; done