Skip to content

Commit

Permalink
added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiina committed Feb 16, 2017
1 parent 6a23458 commit 911d921
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@
install:
npm install

test:
make
cd test && ../node_modules/mocha/bin/mocha test.js

.PHONY: test

0 comments on commit 911d921

Please sign in to comment.