Add a simple Makefile that calls rebar.
This commit is contained in:
parent
b45cf7c743
commit
d9cfac5197
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
all: compile
|
||||
|
||||
compile:
|
||||
@ ./rebar compile
|
||||
|
||||
tests:
|
||||
@ ./rebar eunit
|
||||
|
||||
clean:
|
||||
@ ./rebar clean
|
Loading…
Reference in a new issue