Skip to content

Commit

Permalink
Merge branch 'targets' of https://github.com/jlouis/agner into jlouis…
Browse files Browse the repository at this point in the history
…-targets

Conflicts:
	rebar.config
  • Loading branch information
yrashk committed Jan 28, 2011
2 parents 61cb23f + e914eab commit 474b872
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ clean:
@./rebar clean

dialyze:
@./rebar dialyze
@./rebar clean
@./rebar compile debug_info=1
@./rebar dialyze skip_deps=true
@./rebar clean

build-plt:
@./rebar build-plt
@./rebar build-plt skip_deps=true

compile: deps
@./rebar compile
Expand Down

0 comments on commit 474b872

Please sign in to comment.