summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parent900b2229e4a6aef158b2382205c0ac04ae7121d4 (diff)
downloadnasm-34543131ca11f7881329e869c695c06184309afe.tar.gz
Makefile: clean up the lib directory on make clean
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 273abcf3..3fb8184a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -183,6 +183,7 @@ install: nasm$(X) ndisasm$(X)
clean:
$(RM) -f *.$(O) *.s *.i
+ $(RM) -f lib/*.$(O) lib/*.s lib/*.i
$(RM) -f output/*.$(O) output/*.s output/*.i
$(RM) -f nasm$(X) ndisasm$(X)
cd rdoff && $(MAKE) clean