adds makefile
This commit is contained in:
parent
a798391cd3
commit
fd1865b0e5
1 changed files with 8 additions and 0 deletions
8
makefile
Normal file
8
makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
compile:
|
||||
./rebar --jobs=1 compile
|
||||
|
||||
clean:
|
||||
./rebar clean
|
||||
|
||||
test: clean
|
||||
./rebar --jobs=1 eunit
|
Loading…
Add table
Add a link
Reference in a new issue