From a11b58023e99954c6e6520a2369b0ac93defaac9 Mon Sep 17 00:00:00 2001 From: carregal Date: Tue, 19 Dec 2006 21:41:42 +0000 Subject: [PATCH] Add removal rules for nmake clean --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index 339e1d0..d559ef0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1,4 +1,4 @@ -# $Id: Makefile.win,v 1.3 2006/12/04 18:25:24 mascarenhas Exp $ +# $Id: Makefile.win,v 1.4 2006/12/19 21:41:42 carregal Exp $ T= lfs V= 1.2.1 @@ -21,4 +21,4 @@ install: src\$(LIBNAME) copy src\$(LIBNAME) $(LUA_LIBDIR) clean: - del src\$(LIBNAME) $(OBJS) + del src\$(LIBNAME) $(OBJS) src\$T.lib src\$T.exp