Fixed errors './cuttlefish: command not found' when running make app.config

This commit is contained in:
HuangDan 2018-09-27 14:43:06 +08:00 committed by huangdan
parent 3bab3cbd2a
commit 2a0bbd1c37
1 changed files with 3 additions and 3 deletions

View File

@ -73,10 +73,10 @@ etc/gen.emqx.conf: bbmustache etc/emqx.conf
ok = file:write_file('etc/gen.emqx.conf', Targ), \
halt(0)."
app.config: etc/gen.emqx.conf
app.config: cuttlefish etc/gen.emqx.conf
$(verbose) ./cuttlefish -l info -e etc/ -c etc/gen.emqx.conf -i priv/emqx.schema -d data/
ct: cuttlefish app.config
ct: app.config
rebar-cover:
@rebar3 cover
@ -103,7 +103,7 @@ rebar-eunit: cuttlefish
rebar-compile:
@rebar3 compile
rebar-ct: cuttlefish app.config
rebar-ct: app.config
@rebar3 as test compile
@ln -s -f '../../../../etc' _build/test/lib/emqx/
@ln -s -f '../../../../data' _build/test/lib/emqx/