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