make sure the docs get run as part of a bare make
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
3a29539285
commit
0c34549901
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