diff --git a/Makefile b/Makefile index a231e29..16d07a1 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ test: @NODE_PATH=./lib:$NODE_PATH $(expresso) -R spec -I lib test/${only}.test.js endif +check: test + doc: $(docco) lib/carto/*.js lib/carto/tree/*.js