Skip to content

Commit

Permalink
Redirect stdout to file
Browse files Browse the repository at this point in the history
Omitted from commit b8d954a.
  • Loading branch information
msantos committed Jun 14, 2016
1 parent b8d954a commit aae4655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -9,7 +9,7 @@
]}.

{post_hooks, [
{compile, "bin/gen_verx.escript src/verx.erl && erlc -I include -o ebin src/verx.erl"}
{compile, "bin/gen_verx.escript > src/verx.erl && erlc -I include -o ebin src/verx.erl"}
]}.

{clean_files, [
Expand Down

0 comments on commit aae4655

Please sign in to comment.