diff --git a/Makefile b/Makefile index b1f07c7c3a0158..e81ddec9e40499 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,7 @@ testclean: ## Remove test artifacts. distclean: ## Remove all build and test artifacts. $(RM) -r out $(RM) config.gypi icu_config.gypi - $(RM) config.mk + $(RM) config.mk config.status $(RM) -r $(NODE_EXE) $(NODE_G_EXE) $(RM) -r node_modules $(RM) -r deps/icu