[erlang-questions] how to define multiple include dirs with i option in Emakefile?

Nicolas Charpentier nc@REDACTED
Sat Apr 17 14:05:30 CEST 2010


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


More information about the erlang-questions mailing list