minor enhancements and cleanup to the makefile

This commit is contained in:
Eric B Merritt 2013-04-24 09:54:22 -07:00
parent 7e2c37e2f5
commit 417a4c3229

View file

@ -15,9 +15,9 @@ endif
ERLWARE_COMMONS_PLT=$(CURDIR)/.erlware_commons_plt
.PHONY: all compile doc clean test shell distclean pdf get-deps rebuild #dialyzer typer #fail on Travis.
.PHONY: all compile doc clean test shell distclean pdf get-deps rebuild dialyzer typer
all: compile doc test #dialyzer #fail on travis
all: compile doc test
deps: .DEV_MODE
$(REBAR) get-deps compile