mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.
24cc775e88
Rebar currently doesn't give any feedback on an invalid command. This change makes rebar keep track of how many operations each command triggers, if a particular command doesn't change the count, there were no modules implementing it. If at the end of handling all commands, tje count is 0, none of the supplied commands were valid and ?FAIL is called to trigger a non zero exit status. |
||
---|---|---|
ebin | ||
include | ||
inttest | ||
priv | ||
src | ||
test | ||
.hgignore | ||
.hgtags | ||
bootstrap | ||
bootstrap.bat | ||
HACKING | ||
LICENSE | ||
Makefile | ||
NOTES.org | ||
rebar.bat | ||
rebar.config | ||
rebar.config.sample | ||
THANKS | ||
TODO |