Skip to content

Commit

Permalink
Merge pull request #647 from basho/csm-remove-dup-targets
Browse files Browse the repository at this point in the history
Remove duplicate make targets.
  • Loading branch information
cmeiklejohn committed Sep 4, 2013
2 parents 1214dc8 + 55436f5 commit 4c7da79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ distclean: clean
test: all
./rebar skip_deps=true eunit

deps:
./rebar get-deps


docs:
./rebar skip_deps=true doc

dialyzer: compile
@dialyzer -Wno_return -c apps/riak_kv/ebin


0 comments on commit 4c7da79

Please sign in to comment.