Skip to content

Instantly share code, notes, and snippets.

@0xGGGGG
Created July 3, 2012 16:42
Show Gist options
  • Save 0xGGGGG/3040908 to your computer and use it in GitHub Desktop.
Save 0xGGGGG/3040908 to your computer and use it in GitHub Desktop.
a classic erlang make file with a structural project.
% compile it with 'erlc -make'
% then start shell with 'erl -pa ebin/'
{
'src/*',
[
debug_info,
{ i, "src" },
{ i, "include" },
{ outdir, "ebin" }
]
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment