From 14a06b675748b6ce5f0f364808511edc8b6e373b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 20 Feb 2015 13:59:42 -0300 Subject: [PATCH] add phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50acf22..fe45937 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: test +.PHONY: test cover test: ./node_modules/.bin/mocha cover: