aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-04 17:17:33 +0200
committerLoïc Hoguin <[email protected]>2018-07-04 17:17:33 +0200
commit3805bde6957663a9fabb4cc9912e8d090514fc30 (patch)
treeae4fa11383578cbe5fe29a6500ecee71cd63448e
parentad7efea77cdad5bba83529a7494b49d1e9a19ca0 (diff)
downloadranch-3805bde6957663a9fabb4cc9912e8d090514fc30.tar.gz
ranch-3805bde6957663a9fabb4cc9912e8d090514fc30.tar.bz2
ranch-3805bde6957663a9fabb4cc9912e8d090514fc30.zip
Add a useful comment to the Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c73755..190b713 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PROJECT_REGISTERED = ranch_server
# Options.
-CT_OPTS += -pa test -ct_hooks ranch_ct_hook []
+CT_OPTS += -pa test -ct_hooks ranch_ct_hook [] # -boot start_sasl
PLT_APPS = crypto public_key tools
# Dependencies.