diff options
-rw-r--r-- | Makefile.win | 4 |
1 files 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 @@ | |||
1 | # $Id: Makefile.win,v 1.3 2006/12/04 18:25:24 mascarenhas Exp $ | 1 | # $Id: Makefile.win,v 1.4 2006/12/19 21:41:42 carregal Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | V= 1.2.1 | 4 | V= 1.2.1 |
@@ -21,4 +21,4 @@ install: src\$(LIBNAME) | |||
21 | copy src\$(LIBNAME) $(LUA_LIBDIR) | 21 | copy src\$(LIBNAME) $(LUA_LIBDIR) |
22 | 22 | ||
23 | clean: | 23 | clean: |
24 | del src\$(LIBNAME) $(OBJS) | 24 | del src\$(LIBNAME) $(OBJS) src\$T.lib src\$T.exp |