carto/makefile
2010-02-25 16:19:57 -05:00

8 lines
65 B
Makefile

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