diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-07-18 02:32:45 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-07-18 03:08:54 -0700 |
commit | 404a4db6111f9dad8fe1bd924cc3ee6cc9eea06d (patch) | |
tree | cea9943fa17b2fb8e443ae183a651c8032b40872 /Makefile | |
parent | 448eab2587d35893bb9c3c05464643b40d0ce600 (diff) | |
download | node-new-404a4db6111f9dad8fe1bd924cc3ee6cc9eea06d.tar.gz |
Output size of binaries on 'make'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |