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>2011-07-18 13:32:45 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-07-18 14:08:54 +0400
commit404a4db6111f9dad8fe1bd924cc3ee6cc9eea06d (patch)
treecea9943fa17b2fb8e443ae183a651c8032b40872 /Makefile
parent448eab2587d35893bb9c3c05464643b40d0ce600 (diff)
Output size of binaries on 'make'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a41b5ea8df..61ffbe3c998 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ web_root = ryan@nodejs.org:~/web/nodejs.org/
export NODE_MAKE := $(MAKE)
all: program
+ @-ls -lh build/default/node
+ @-ls -lh build/debug/node_g || echo ""
all-progress:
@$(WAF) -p build