From: solar Date: Thu, 1 Jul 2010 06:01:48 +0000 (+0000) Subject: More improved unified tests (now life). X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=commitdiff_plain;h=2a325a2da528865708226abc81b7b7dae88f7ba2 More improved unified tests (now life). git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@436 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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)