added make benchmark

This commit is contained in:
cloudhead 2010-02-25 19:47:52 -05:00
parent bb63c6ad56
commit 3ffb62a051

View File

@ -4,4 +4,10 @@
test:
node test/less-test.js
.PHONY: test
#
# Run benchmark
#
benchmark:
node benchmark/less-benchmark.js
.PHONY: test benchmark