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.
make distclean
1 parent 8c64110 commit 9798511Copy full SHA for 9798511
Makefile
@@ -220,7 +220,7 @@ testclean: ## Remove test artifacts.
220
distclean: ## Remove all build and test artifacts.
221
$(RM) -r out
222
$(RM) config.gypi icu_config.gypi
223
- $(RM) config.mk
+ $(RM) config.mk config.status
224
$(RM) -r $(NODE_EXE) $(NODE_G_EXE)
225
$(RM) -r node_modules
226
$(RM) -r deps/icu
0 commit comments