diff options
author | carregal <carregal> | 2006-12-19 21:41:42 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-12-19 21:41:42 +0000 |
commit | a11b58023e99954c6e6520a2369b0ac93defaac9 (patch) | |
tree | b5621941caae2ae9c245b2e4bb1cc5a124b47e44 | |
parent | 94e104b98a63443a266998d08a54b71e8512009a (diff) | |
download | luafilesystem-a11b58023e99954c6e6520a2369b0ac93defaac9.tar.gz luafilesystem-a11b58023e99954c6e6520a2369b0ac93defaac9.tar.bz2 luafilesystem-a11b58023e99954c6e6520a2369b0ac93defaac9.zip |
Add removal rules for nmake clean
-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 |