Feng Lee пре 10 година
родитељ
комит
dd1d48360d
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      Makefile
  2. 0 0
      src/emqttd_plugin_mgr.erl

+ 3 - 3
Makefile

@@ -44,12 +44,12 @@ APPS = erts kernel stdlib sasl crypto ssl os_mon syntax_tools \
 
 
 check_plt: compile
 check_plt: compile
 	dialyzer --check_plt --plt $(PLT) --apps $(APPS) \
 	dialyzer --check_plt --plt $(PLT) --apps $(APPS) \
-		deps/*/ebin apps/*/ebin
+		deps/*/ebin ./ebin
 
 
 build_plt: compile
 build_plt: compile
 	dialyzer --build_plt --output_plt $(PLT) --apps $(APPS) \
 	dialyzer --build_plt --output_plt $(PLT) --apps $(APPS) \
-		deps/*/ebin apps/*/ebin
+		deps/*/ebin ./ebin
 
 
 dialyzer: compile
 dialyzer: compile
-	dialyzer -Wno_return --plt $(PLT) deps/*/ebin apps/*/ebin
+	dialyzer -Wno_return --plt $(PLT) deps/*/ebin ./ebin
 
 

src/emqttd_plugin_manager.erl → src/emqttd_plugin_mgr.erl