Skip to content

Commit e35b1fd

Browse files
thefourtheyeFishrock123
authored andcommitted
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Alexis Campailla <[email protected]>
1 parent 69e7b87 commit e35b1fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ clean:
6969
-rm -rf out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE)
7070
@if [ -d out ]; then find out/ -name '*.o' -o -name '*.a' | xargs rm -rf; fi
7171
-rm -rf node_modules
72+
-rm -f test.tap
7273

7374
distclean:
7475
-rm -rf out

0 commit comments

Comments
 (0)