Skip to content

Commit

Permalink
Add Makefile with a "check" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Mar 22, 2013
1 parent 5bed95b commit 195052a
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 195052a

Please sign in to comment.