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