
all: test
	
test: spec/node.js
	@node spec/node.js
	
benchmark:
	@node benchmarks/large.js
	
.PHONY: test benchmark
	