Created
July 3, 2012 16:42
-
-
Save 0xGGGGG/3040908 to your computer and use it in GitHub Desktop.
a classic erlang make file with a structural project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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