diff --git a/Makefile b/Makefile index a2f2a41..258b183 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,7 @@ test: @./support/expresso/bin/expresso \ -I lib -.PHONY: test \ No newline at end of file +benchmark: + @node examples/benchmark.js + +.PHONY: test benchmark \ No newline at end of file