summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2015-09-13 01:26:33 +0530
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>2015-09-15 10:18:33 +0530
commit467eff2a53f5660fb8d8795d5539daedfddf2f6e (patch)
tree609c8d1f9e079c90b5821ba98d3ae9bf489edcd1 /Makefile
parent91e7e9c0a078d70b053ebae3b08471049895131b (diff)
downloadnode-new-467eff2a53f5660fb8d8795d5539daedfddf2f6e.tar.gz
build: clean up the generated tap file
Make `make clean` cleanup the generated tap file as well. Fixes: #2834 PR-URL: #2837 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d6d6f7686..c99f6c21f8 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ clean:
-rm -rf out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE)
@if [ -d out ]; then find out/ -name '*.o' -o -name '*.a' | xargs rm -rf; fi
-rm -rf node_modules
+ -rm -f test.tap
distclean:
-rm -rf out