mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Add removal rules for nmake clean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user