erlang's global lock
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

13 satır
295 B

1 yıl önce
1 yıl önce
1 yıl önce
  1. {erl_opts, [no_debug_info, deterministic, {i, "include"}, nowarn_unused_function, nowarn_unused_vars, nowarn_export_all]}.
  2. {deps, []}.
  3. {shell, [
  4. % {config, "config/sys.config"},
  5. {apps, [eGLock]}
  6. ]}.
  7. {pre_hooks,
  8. [{"", compile, "eNpc compile"}]}.
  9. {post_hooks,
  10. [{"", clean, "eNpc clean"}]}.