diff --git a/Makefile b/Makefile index 7ee2120..ab8b307 100644 --- a/Makefile +++ b/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