|
|
@@ -1,6 +1,7 @@
|
|
|
+%% -*- mode: erlang -*-
|
|
|
{erl_opts, [debug_info]}.
|
|
|
{deps, [
|
|
|
- {emqx, {path, "../../apps/emqx"}},
|
|
|
- {emqx_utils, {path, "../emqx_utils"}},
|
|
|
- {emqx_gateway, {path, "../../apps/emqx_gateway"}}
|
|
|
+ {emqx, {path, "../../apps/emqx"}},
|
|
|
+ {emqx_utils, {path, "../emqx_utils"}},
|
|
|
+ {emqx_gateway, {path, "../../apps/emqx_gateway"}}
|
|
|
]}.
|