From dd1d48360d506e29aa1689a35c9b79d973df967a Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 4 Aug 2015 09:10:54 +0800 Subject: [PATCH] rm apps --- Makefile | 6 +++--- src/{emqttd_plugin_manager.erl => emqttd_plugin_mgr.erl} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{emqttd_plugin_manager.erl => emqttd_plugin_mgr.erl} (100%) diff --git a/Makefile b/Makefile index a3b509386..2d8b5b01a 100644 --- a/Makefile +++ b/Makefile @@ -44,12 +44,12 @@ APPS = erts kernel stdlib sasl crypto ssl os_mon syntax_tools \ check_plt: compile dialyzer --check_plt --plt $(PLT) --apps $(APPS) \ - deps/*/ebin apps/*/ebin + deps/*/ebin ./ebin build_plt: compile dialyzer --build_plt --output_plt $(PLT) --apps $(APPS) \ - deps/*/ebin apps/*/ebin + deps/*/ebin ./ebin dialyzer: compile - dialyzer -Wno_return --plt $(PLT) deps/*/ebin apps/*/ebin + dialyzer -Wno_return --plt $(PLT) deps/*/ebin ./ebin diff --git a/src/emqttd_plugin_manager.erl b/src/emqttd_plugin_mgr.erl similarity index 100% rename from src/emqttd_plugin_manager.erl rename to src/emqttd_plugin_mgr.erl