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:
authorRyan Dahl <ry@tinyclouds.org>2010-06-02 23:27:53 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-06-03 00:03:31 +0400
commitef9f4046c9df47385db627044ed75c27f6896e20 (patch)
treeeeb17989e78ffd7866f1640ef28f094ce654fb56 /Makefile
parent92da636b977282d58f1d43560387f3e9bff6be4d (diff)
Better 'make' output
Removes 'make all-debug' since it is unnecessary now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3547b43e78f..eaf8b5e3f0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,8 @@
WAF=python tools/waf-light
all:
- echo $(WAF)
@$(WAF) build
-all-debug:
- @$(WAF) -v build
-
all-progress:
@$(WAF) -p build