Skip to content

Commit

Permalink
Add make file to root directory. Thanks Josh
Browse files Browse the repository at this point in the history
  • Loading branch information
eranpeer committed Aug 28, 2014
1 parent 1bc2d99 commit 196a4ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
@make -C build

check:
@make -C build check

0 comments on commit 196a4ec

Please sign in to comment.