minor enhancements and cleanup to the makefile
This commit is contained in:
parent
7e2c37e2f5
commit
417a4c3229
1 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue