public
Description: A re-implementation of the Chef server API in Erlang.
Homepage:
Clone URL: git://github.com/seancribbs/swedish_chef.git
swedish_chef / Emakefile
100644 7 lines (6 sloc) 0.091 kb
1
2
3
4
5
6
7
% -*- mode: erlang -*-
{["src/*"],
 [{i, "include"},
  {outdir, "ebin"},
  debug_info]
}.