diff --git a/Makefile b/Makefile index 6f42e8c..0be6427 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,9 @@ build_plt: reltool \ snmp \ sasl - -dialyzer --add_to_plt --output_plt $(PLT_FILENAME) --apps diameter + -dialyzer --add_to_plt --plt $(PLT_FILENAME) \ + --output_plt $(PLT_FILENAME) \ + --apps diameter dialyzer: dialyzer_warnings @diff -U0 dialyzer_reference dialyzer_warnings