Skip to content

Commit

Permalink
Add makefile.
Browse files Browse the repository at this point in the history
* Remove rake dependency.
  • Loading branch information
frodsan committed May 27, 2014
1 parent 87a6e12 commit 72aa4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile

This file was deleted.

4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: test

test:
cutest ./test/*.rb

0 comments on commit 72aa4a2

Please sign in to comment.