rm src/emqttd.app.src
This commit is contained in:
parent
ab4740c9ea
commit
0e4b7cf768
3
Makefile
3
Makefile
|
@ -37,6 +37,3 @@ include erlang.mk
|
|||
|
||||
app:: rebar.config
|
||||
|
||||
app.config::
|
||||
cuttlefish -l info -e etc/ -c etc/emqttd.conf -i priv/emqttd.schema -d data
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{application, emqttd,
|
||||
[
|
||||
{description, "Erlang MQTT Broker"},
|
||||
{vsn, "2.0"},
|
||||
{id, "emqttd"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib, gproc, esockd, mochiweb, gen_logger]},
|
||||
{mod, {emqttd_app, []}},
|
||||
{env, []}
|
||||
]}.
|
Loading…
Reference in New Issue