diff --git a/makefile b/makefile new file mode 100644 index 0000000..bba513e --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ +# +# Run all tests +# +test: + node test/less-test.js + +.PHONY: test