From 2a0bbd1c37bee148c9d47be7ee7786ecac1846dd Mon Sep 17 00:00:00 2001 From: HuangDan Date: Thu, 27 Sep 2018 14:43:06 +0800 Subject: [PATCH] Fixed errors './cuttlefish: command not found' when running make app.config --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e061066b4..549237e67 100644 --- a/Makefile +++ b/Makefile @@ -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/