I have an Emakefile that looks like:
%% --
%%
%% --
{'/Users/user/projects/custom_test/trunk/*', [debug_info, {outdir, "/Users/user/projects/custom_test/trunk/ebin"}, {i, "/Users/user/projects/custom_test/trunk/include/."}]}.
- What is an explanation in layman's terms for what each item does in the list?
- How do I run the emakefile so that I am able to compile it?
- After compilation, how do I run that generated BEAM file?