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