X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=6748be49117d6479ec9f239b256b2c7eb5efdf7a;hb=00379f785fe102b41c75761d4c1f2a1dbb8d1fde;hp=9894792dc3b028a35a74b0e50cc4c738254a9e67;hpb=29510491be6e3e0b95872920c371024ed444c1e5;p=pdclib diff --git a/Makefile b/Makefile index 9894792..6748be4 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ regtestdrivers: $(REGFILES) -include $(DEPFILES) clean: - @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(REGFILES) pdclib.a pdclib.tgz; do if [ -f $$file ]; then rm $$file; fi; done + @for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(REGFILES) pdclib.a pdclib.tgz scanf_testdata_*; do if [ -f $$file ]; then rm $$file; fi; done srcdist: @tar czf pdclib.tgz $(ALLFILES)