fixed minor error in makefile
This commit is contained in:
parent
d67f830def
commit
a2bc7dc6c0
1 changed files with 1 additions and 5 deletions
6
makefile
6
makefile
|
@ -5,8 +5,4 @@ test: force
|
||||||
./rebar eunit
|
./rebar eunit
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
./rebar clean
|
./rebar clean
|
||||||
|
|
||||||
deps:
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
Loading…
Add table
Add a link
Reference in a new issue