Hi,
Roman Shestakov wrote:
> hello,
>
> what is the correct way to define multiple include dirs in Emakefile?
>
Just add a tuple {i,Dir} for each include directory:
{['src/*'], [{outdir, "ebin"},{i,"include"},{i,"other/include"}]}.
Regards,
Nicolas