8 lines
65 B
Makefile
8 lines
65 B
Makefile
#
|
|
# Run all tests
|
|
#
|
|
test:
|
|
node test/less-test.js
|
|
|
|
.PHONY: test
|