i have an emakefile look like below
%% --
%%
%% --
{'/Users/user/projects/custom_test/trunk/*', [debug_info, {outdir, "/Users/user/projects/custom_test/trunk/ebin"}, {i, "/Users/user/projects/custom_test/trunk/include/."}]}.
1.can someone please explain in lay man term what does each item in the list means?
2. how to run the emakefile so that i able to compile it?
3. after compiled, those generated BEAM file, how to run?