Просмотр исходного кода

Add a useful comment to the Makefile

Loïc Hoguin 7 лет назад
Родитель
Сommit
3805bde695
1 измененных файлов с 1 добавлено и 1 удалено
  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.