add phony

This commit is contained in:
Matias Alejo Garcia 2015-02-20 13:59:42 -03:00
parent e8dce5adfd
commit 14a06b6757
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: test
.PHONY: test cover
test:
./node_modules/.bin/mocha
cover: