carto/makefile
2010-02-25 19:47:52 -05:00

14 lines
141 B
Makefile

#
# Run all tests
#
test:
node test/less-test.js
#
# Run benchmark
#
benchmark:
node benchmark/less-benchmark.js
.PHONY: test benchmark