Add gitignore and making info
This commit is contained in:
parent
9ac0e40446
commit
4423d1f055
6 changed files with 27 additions and 1 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: get-deps compile
|
||||
|
||||
get-deps:
|
||||
./rebar get-deps
|
||||
|
||||
compile:
|
||||
./rebar compile
|
Loading…
Add table
Add a link
Reference in a new issue