aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-04-12 10:55:23 +0200
committerLoïc Hoguin <[email protected]>2023-04-12 10:55:23 +0200
commit706594d9c80bc06a2681d2319ab7196478eb7bc4 (patch)
treed259e788781a58b663b6d5207025a958941c0b8f /Makefile
parente94363651aed4867c3779a72a234d4df7b2d4a6a (diff)
downloadranch-706594d9c80bc06a2681d2319ab7196478eb7bc4.tar.gz
ranch-706594d9c80bc06a2681d2319ab7196478eb7bc4.tar.bz2
ranch-706594d9c80bc06a2681d2319ab7196478eb7bc4.zip
Fix Dialyzer warnings for OTP-26+
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48aa1f5..537c0e3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PROJECT_REGISTERED = ranch_server
# Options.
CT_OPTS += -pa test -ct_hooks ranch_ct_hook [] # -boot start_sasl
-PLT_APPS = crypto public_key tools
+PLT_APPS = common_test crypto ct_helper public_key stampede tools
# Dependencies.