Add removal rules for nmake clean

This commit is contained in:
carregal
2006-12-19 21:41:42 +00:00
parent 94e104b98a
commit a11b58023e

View File

@@ -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