Skip to content

Commit

Permalink
Merge pull request #7 from strk/master-make
Browse files Browse the repository at this point in the history
Add Makefile with a "check" rule
  • Loading branch information
nmrugg committed Mar 25, 2013
2 parents 5bed95b + 195052a commit 6088251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
@@ -0,0 +1,5 @@
all:
@echo "Try make check"

check:
cd test && node test-node.js

0 comments on commit 6088251

Please sign in to comment.