summaryrefslogtreecommitdiff
path: root/Emakefile
blob: a42a6ee0d2f74843daa1a664674f913a009008d2 (plain)
1
2
3
4
5
%% erl -make   (-*- erlang -*-)
{["src/*", "test/*"],
 [debug_info,
  {i, "include/"},
  {outdir, "ebin/"}]}.