From 2a325a2da528865708226abc81b7b7dae88f7ba2 Mon Sep 17 00:00:00 2001 From: solar Date: Thu, 1 Jul 2010 06:01:48 +0000 Subject: [PATCH] More improved unified tests (now life). git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@436 546481bc-9713-0410-bf18-d3337bbf4a3e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2