reorder default tasks so dialyzer is run after compile

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-10-25 08:56:00 -05:00 committed by Jordan Wilberding
parent 1a1b87bf53
commit dda4c85586

View file

@ -17,7 +17,7 @@ ERLWARE_COMMONS_PLT=$(CURDIR)/.erlware_commons_plt
.PHONY: all compile doc clean test dialyzer typer shell distclean pdf get-deps \ .PHONY: all compile doc clean test dialyzer typer shell distclean pdf get-deps \
rebuild rebuild
all: compile test doc dialyzer all: compile dialyzer doc test
get-deps: get-deps:
$(REBAR) get-deps $(REBAR) get-deps