summaryrefslogtreecommitdiff
path: root/Mkfiles/msvc.mak
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-04-21 16:40:38 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-04-21 16:41:37 -0700
commit34543131ca11f7881329e869c695c06184309afe (patch)
tree121a23f591d644a424a04012a5fe9501c20045b1 /Mkfiles/msvc.mak
parent900b2229e4a6aef158b2382205c0ac04ae7121d4 (diff)
downloadnasm-34543131ca11f7881329e869c695c06184309afe.tar.gz
nasm-34543131ca11f7881329e869c695c06184309afe.tar.bz2
nasm-34543131ca11f7881329e869c695c06184309afe.zip
Makefile: clean up the lib directory on make clean
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Mkfiles/msvc.mak')
-rw-r--r--Mkfiles/msvc.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index 2701894..5e8d25b 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -134,6 +134,9 @@ clean:
-del /f *.$(O)
-del /f *.s
-del /f *.i
+ -del /f lib\*.$(O)
+ -del /f lib\*.s
+ -del /f lib\*.i
-del /f output\*.$(O)
-del /f output\*.s
-del /f output\*.i