EMakefile规则

格式:
{
  [
      "src/*",
      "src/config/*",
      ....
   ]
   ,
   [
      debug_info,
      warn_unused_vars,
      warn_unused_import,
      {i, "include"},
      {outdir, "ebin"}
   ]
}.

在保存文件 EMakefile  在 当前路径下 执行 erl -make 执行编译

你可能感兴趣的:(makefile)