X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=6748be49117d6479ec9f239b256b2c7eb5efdf7a;hb=2a325a2da528865708226abc81b7b7dae88f7ba2;hp=9894792dc3b028a35a74b0e50cc4c738254a9e67;hpb=7970b896e54cf2c79489154f59b7fd291bcd16cb;p=fw%2Fpdclib 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)