24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

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

View File

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