summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-02 09:15:54 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-02 09:16:28 -0700
commit501136b99940bacbdc436979af459ee5c0cfdb52 (patch)
treebce5efa62dea0a7abe6ba7e9011fa3c3a1e9dc3a /Makefile
parent75f0cf471af3c029290d4bf55c34d1fc470ef600 (diff)
downloadnodejs-501136b99940bacbdc436979af459ee5c0cfdb52.tar.gz
nodejs-501136b99940bacbdc436979af459ee5c0cfdb52.tar.bz2
nodejs-501136b99940bacbdc436979af459ee5c0cfdb52.zip
Revert "More dynmaic linking options"
Broke the build. Will fix and reapply soon. This reverts commit 75f0cf471af3c029290d4bf55c34d1fc470ef600.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6299b110..3547b43e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
WAF=python tools/waf-light
all:
+ echo $(WAF)
@$(WAF) build
all-debug: