Skip to content

Commit

Permalink
Add binary target for pushing new build of rebar into rebar.wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyd committed Jun 4, 2012
1 parent 0f24d93 commit 1c98f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -20,3 +20,8 @@ dialyzer: dialyzer_warnings
dialyzer_warnings:
-@dialyzer -q -n ebin -Wunmatched_returns -Werror_handling \
-Wrace_conditions > dialyzer_warnings

binary: VSN = $(shell ./rebar -V)
binary: clean all
cp rebar ../rebar.wiki/rebar
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)

0 comments on commit 1c98f6c

Please sign in to comment.