[erlang-questions] Unloading all modules from ERL session

Steve Davis steven.charles.davis@REDACTED
Fri Jun 14 02:29:40 CEST 2013


Why not make:all([load]).

???

e.g. I have this in my user_default...

make() ->
{ok, WorkingDir} = file:get_cwd(),
case file:read_file_info("Emakefile") of
{ok, _} -> io:format("Emake ~p~n", [WorkingDir]);
{error, _} -> io:format("~p~n", [WorkingDir])
end,
make:all([load]).


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130613/150bd764/attachment.htm>


More information about the erlang-questions mailing list