Browse Source

add phony

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
14a06b6757
  1. 2
      Makefile

2
Makefile

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

Loading…
Cancel
Save