aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarregal <carregal>2006-12-19 21:41:42 +0000
committercarregal <carregal>2006-12-19 21:41:42 +0000
commita11b58023e99954c6e6520a2369b0ac93defaac9 (patch)
treeb5621941caae2ae9c245b2e4bb1cc5a124b47e44
parent94e104b98a63443a266998d08a54b71e8512009a (diff)
downloadluafilesystem-a11b58023e99954c6e6520a2369b0ac93defaac9.tar.gz
luafilesystem-a11b58023e99954c6e6520a2369b0ac93defaac9.tar.bz2
luafilesystem-a11b58023e99954c6e6520a2369b0ac93defaac9.zip
Add removal rules for nmake clean
-rw-r--r--Makefile.win4
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
3T= lfs 3T= lfs
4V= 1.2.1 4V= 1.2.1
@@ -21,4 +21,4 @@ install: src\$(LIBNAME)
21 copy src\$(LIBNAME) $(LUA_LIBDIR) 21 copy src\$(LIBNAME) $(LUA_LIBDIR)
22 22
23clean: 23clean:
24 del src\$(LIBNAME) $(OBJS) 24 del src\$(LIBNAME) $(OBJS) src\$T.lib src\$T.exp