X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=6748be49117d6479ec9f239b256b2c7eb5efdf7a;hb=3b629bbf603f999ee325e462da600113c29f9cee;hp=9894792dc3b028a35a74b0e50cc4c738254a9e67;hpb=48086f5fbd3649c43a555d69a9374863dbee921b;p=pdclib.old 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)