Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-02-18 00:41:39 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-18 03:34:19 +0400
commit07872870213ed38c1978b37e9e2e22db733b40f3 (patch)
treee20718bfa49e176fc79b7d00ef9c81157f8dd3b3 /Makefile
parent7864bb9eb8211a6b5dfdaa65456ba05b393a6161 (diff)
build: remove 'config.mk' during `make distclean`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61302fe79a4..df1cf7b8d26 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,8 @@ clean:
distclean:
-rm -rf out
- -rm config.gypi
+ -rm -f config.gypi
+ -rm -f config.mk
test: all
$(PYTHON) tools/test.py --mode=release simple message