From 005448bdeb5b34761780ddf600c621315945d541 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 29 Sep 2011 09:50:50 -0700 Subject: [PATCH] Don't ls node_g after make - it confuses people --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 04ba2cd..1c06ad1 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ export NODE_MAKE := $(MAKE) all: program @-[ -f out/Release/node ] && ls -lh out/Release/node - @-[ -f out/Debug/node ] && ls -lh out/Debug/node all-progress: @$(WAF) -p build -- 2.7.4