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.

21 lines
329 B

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