]> pd.if.org Git - pdclib/commitdiff
More improved unified tests (now life).
authorsolar <unknown>
Thu, 1 Jul 2010 06:01:48 +0000 (06:01 +0000)
committersolar <unknown>
Thu, 1 Jul 2010 06:01:48 +0000 (06:01 +0000)
Makefile

index 9894792dc3b028a35a74b0e50cc4c738254a9e67..6748be49117d6479ec9f239b256b2c7eb5efdf7a 100644 (file)
--- 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)