We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e7e9c commit 467eff2Copy full SHA for 467eff2
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