This reverts commit c4615f0a41.
c4615f0a41
@ -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