From: solar <> Date: Thu, 1 Jul 2010 06:01:48 +0000 (+0000) Subject: More improved unified tests (now life). X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=3b629bbf603f999ee325e462da600113c29f9cee;p=pdclib.old More improved unified tests (now life). --- 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)