From cd611302274a836ef88d5b437100427442a06dec Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 20 Dec 2010 17:33:12 -0800 Subject: [PATCH] Revert "Symlink to ./index.node" This reverts commit c4615f0a4192f231baf4e3fabef417150d87ed76. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 62b45ad..97de327 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,7 @@ ADDON = build/default/canvas.node $(ADDON): src/*.cc - node-waf configure build \ - && ln -s $@ index.node + node-waf configure build test: $(ADDON) @./support/expresso/bin/expresso \ @@ -18,6 +17,5 @@ benchmark: clean: node-waf distclean - rm -f index.node .PHONY: test test-server benchmark clean \ No newline at end of file