summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-24 22:14:20 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-24 22:14:20 +0000
commit5b50f99e1e18c0b1e8cccf4d01f5d72b75c2d7ce (patch)
tree31f0c7426b905b2d6b464837f079dd43b986fd78 /test
parentb8994b6130ff2abb50b91d4ab8430ee4191edb73 (diff)
Further mingw build procedure updates.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5afabecb21..5a8d185604 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -315,7 +315,7 @@ dclean:
testreq.pem
clean:
- rm -f .rnd tmp.bntest tmp.bctest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log dummytest
+ rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss *.srl log dummytest
$(DLIBSSL):
(cd ..; $(MAKE) DIRS=ssl all)