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