Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Don't ls node_g after make - it confuses people
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 29, 2011
1 parent fa44659 commit 005448b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 005448b

Please sign in to comment.