erlang网络库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
351 B

4 years ago
4 years ago
5 years ago
5 years ago
  1. {erl_opts, [
  2. {i, "include"}
  3. , no_debug_info
  4. , deterministic
  5. , warn_unused_vars
  6. , warn_shadow_vars
  7. , warn_unused_import
  8. , warn_obsolete_guard
  9. ]}.
  10. {deps, [
  11. {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
  12. ]}.
  13. {shell, [
  14. % {config, "config/sys.config"},
  15. {apps, [eNet]}
  16. ]}.