diff options
author | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2015-09-13 01:26:33 +0530 |
---|---|---|
committer | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2015-09-15 10:18:33 +0530 |
commit | 467eff2a53f5660fb8d8795d5539daedfddf2f6e (patch) | |
tree | 609c8d1f9e079c90b5821ba98d3ae9bf489edcd1 /Makefile | |
parent | 91e7e9c0a078d70b053ebae3b08471049895131b (diff) | |
download | node-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |