make sure the docs get run as part of a bare make
This commit is contained in:
parent
aa8b2088cf
commit
fed8522774
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ ERLWARE_COMMONS_PLT=$(CURDIR)/.erlware_commons_plt
|
|||
|
||||
.PHONY: all compile doc clean test dialyzer typer shell distclean pdf get-deps escript
|
||||
|
||||
all: compile test dialyzer
|
||||
all: compile test doc dialyzer
|
||||
|
||||
get-deps:
|
||||
$(REBAR) get-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue