mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
8c03d5959b
Normally the ebin directory doesn't contain any source files. Therefore it won't be kept in the repository by, at least, mercurial and also maybe git unless you put some .keep file in it or do some other hack. The ebin directory is created by rebar compile, but if rebar eunit is called before rebar compile, you end up with a {'EXIT', {{badmatch,{error,bad_directory}},...}. Another approach would be not to match cod:add_pathz(ebin_dir()) with ok, but I think this is an ok solution as well. |
||
---|---|---|
ebin | ||
include | ||
inttest | ||
priv | ||
src | ||
test | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
bootstrap | ||
bootstrap.bat | ||
HACKING | ||
LICENSE | ||
Makefile | ||
NOTES.org | ||
rebar.bat | ||
rebar.config | ||
rebar.config.sample | ||
THANKS | ||
TODO |