From d5b4a2aefb2a8fae111c27092e114226db75b9b9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 20 May 2010 17:10:02 +0200 Subject: fixed windows cleanup in library tests --- tests/library/Makefile.W32 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/library/Makefile.W32 b/tests/library/Makefile.W32 index 7c44d8d..168705d 100644 --- a/tests/library/Makefile.W32 +++ b/tests/library/Makefile.W32 @@ -29,6 +29,7 @@ test_loader.exe: test_loader.obj $(TOPDIR)\src\wolf.lib local_all: $(TEST_LIBRARIES) local_clean: + @-erase $(TEST_LIBRARIES) testlib.lib 2>NUL local_distclean: -- cgit v1.2.3-54-g00ecf