Skip to content

Commit

Permalink
Adapt Makefile to new -r flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Sep 28, 2012
1 parent bff8bf7 commit 0f763c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ binary: clean all
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)

deps:
@REBAR_EXTRA_DEPS=1 ./rebar get-deps
@REBAR_EXTRA_DEPS=1 ./rebar -r get-deps
@(cd deps/retest && $(REBAR) compile escriptize)

test:
Expand Down

0 comments on commit 0f763c5

Please sign in to comment.