We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fbf83 commit 574475dCopy full SHA for 574475d
Makefile
@@ -69,6 +69,7 @@ clean:
69
-rm -rf out/Makefile $(NODE_EXE) $(NODE_G_EXE) out/$(BUILDTYPE)/$(NODE_EXE)
70
@if [ -d out ]; then find out/ -name '*.o' -o -name '*.a' | xargs rm -rf; fi
71
-rm -rf node_modules
72
+ -rm -f test.tap
73
74
distclean:
75
-rm -rf out
0 commit comments