<div>Why not make:all([load]).</div><div><br></div><div>???</div><div><br></div>e.g. I have this in my user_default...<div><br></div><div><div>make() -></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>{ok, WorkingDir} = file:get_cwd(),</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>case file:read_file_info("Emakefile") of</div><div><span class="Apple-tab-span" style="white-space:pre">           </span>{ok, _} -> io:format("Emake ~p~n", [WorkingDir]);</div><div><span class="Apple-tab-span" style="white-space:pre">               </span>{error, _} -> io:format("~p~n", [WorkingDir])</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>end,</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>make:all([load]).</div><br><br><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">
</blockquote></div>