aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1441fc..33ea27a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \