Skip to content

Commit

Permalink
make support
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarter committed Jan 23, 2013
1 parent 8b9a0ab commit 3d87a4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
test:
@./node_modules/.bin/mocha \
--reporter spec \
--require should \
test/*.test.js

clean:
@rm -fr node_modules

.PHONY: run clean test

0 comments on commit 3d87a4d

Please sign in to comment.