build: clean up the generated tap file
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Sat, 12 Sep 2015 19:56:33 +0000 (01:26 +0530)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Tue, 15 Sep 2015 17:53:21 +0000 (13:53 -0400)
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>
Makefile

index 3d6d6f7..c99f6c2 100644 (file)
--- 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