24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-27 14:30:55 +02:00

Add syntax_tools to the PLT list

This commit is contained in:
Evgeniy Khramtsov 2013-05-09 17:03:47 +10:00
parent a2d2581199
commit e7b1f21e1c

View File

@ -223,7 +223,7 @@ erlang.plt:
-dialyzer --build_plt --output_plt erlang.plt \ -dialyzer --build_plt --output_plt erlang.plt \
--apps kernel stdlib sasl crypto public_key ssl mnesia \ --apps kernel stdlib sasl crypto public_key ssl mnesia \
inets odbc tools compiler erts webtool runtime_tools asn1 \ inets odbc tools compiler erts webtool runtime_tools asn1 \
observer xmerl et gs wx deps/*/ebin observer xmerl et gs wx syntax_tools deps/*/ebin
plt: erlang.plt plt: erlang.plt