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.

9 lines
201 B

преди 4 години
преди 5 години
преди 4 години
преди 5 години
  1. {erl_opts, [no_debug_info]}.
  2. {deps, [
  3. {erlGbh, ".*", {git, "https://github.com/SisMaker/erlGbh.git", {branch, "master"}}}
  4. ]}.
  5. {shell, [
  6. % {config, "config/sys.config"},
  7. {apps, [erlSync]}
  8. ]}.