mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
tools: remove config.status under make distclean
PR-URL: https://github.com/nodejs/node/pull/58603 Refs: https://github.com/nodejs/node/pull/21371 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
1cc77c7ee6
commit
268c8c1799
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue