Use correct name of new rebar command

This commit is contained in:
Paweł Chmielowski 2018-01-15 15:21:04 +01:00
parent a7639fd4ad
commit 59b7c89944
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ deps/.got:
$(REBAR) get-deps && :> deps/.got
deps/.built: deps/.got
$(REBAR) recursive-deps
$(REBAR) configure-deps
$(REBAR) compile && :> deps/.built
src: deps/.built