diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ autobahn: build-plt: app @dialyzer --build_plt --output_plt .$(PROJECT).plt \ - --apps kernel stdlib sasl inets crypto public_key ssl deps/ranch + --apps erts kernel stdlib sasl inets crypto public_key ssl deps/ranch dialyze: @dialyzer --src src --plt .$(PROJECT).plt --no_native \ |