From 481b19f30e669eb12b5dad4214290977a6bc85a7 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 22 Jun 2012 11:55:59 +0200 Subject: [PATCH] Provide GNU standard Makefile target "check" (#151) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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