Browse Source

Add a useful comment to the Makefile

Loïc Hoguin 7 years ago
parent
commit
3805bde695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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.