mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
8 lines
274 B
Text
8 lines
274 B
Text
|
%% pre-scripts
|
||
|
{pre_hooks, [{clean, "echo preclean >> preclean.out"},
|
||
|
{compile, "echo precompile >> precompile.out"}]}.
|
||
|
|
||
|
%% post-scripts
|
||
|
{post_hooks, [{clean, "echo postclean >> postclean.out"},
|
||
|
{compile, "echo postcompile >> postcompile.out"}]}.
|