reorder default tasks so dialyzer is run after compile
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
1a1b87bf53
commit
dda4c85586
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ ERLWARE_COMMONS_PLT=$(CURDIR)/.erlware_commons_plt
|
|||
.PHONY: all compile doc clean test dialyzer typer shell distclean pdf get-deps \
|
||||
rebuild
|
||||
|
||||
all: compile test doc dialyzer
|
||||
all: compile dialyzer doc test
|
||||
|
||||
get-deps:
|
||||
$(REBAR) get-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue