diff options
author | Jordan Wilberding <[email protected]> | 2015-04-17 08:17:05 -0700 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2015-04-17 08:17:05 -0700 |
commit | 5d33db74d5f5df99cc899a1b0b55d2d94c9526fb (patch) | |
tree | 42e0003ae84e6004313fe3afbf357ea076fb6dd3 /bootstrap.cmd | |
parent | f9c074798872d119b603dd977a946f6ad1021ba0 (diff) | |
parent | c57c2dcd2484fec4bec3d97463ae5457ad6cb853 (diff) | |
download | relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.tar.gz relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.tar.bz2 relx-5d33db74d5f5df99cc899a1b0b55d2d94c9526fb.zip |
Merge pull request #332 from tsloughter/rebar3
update erlydtl and switch to rebar3
Diffstat (limited to 'bootstrap.cmd')
-rw-r--r-- | bootstrap.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.cmd b/bootstrap.cmd index cff8483..487157d 100644 --- a/bootstrap.cmd +++ b/bootstrap.cmd @@ -1,8 +1,8 @@ :: A script to build relx on Windows -:: Requires rebar +:: Requires rebar3 :: Get dependencies, compile and escriptize relx -@cmd /c @rebar -r get-deps compile escriptize +@cmd /c @rebar3 escriptize :: Create a shortcut file for running the relx command @set relx_cmd=relx.cmd |