make static works again
This commit is contained in:
6
Makefile
6
Makefile
@@ -14,10 +14,10 @@ clean:
|
||||
docs:
|
||||
$(REBAR) doc
|
||||
|
||||
ifeq ($(wildcard sqlite3.plt),)
|
||||
ifeq ($(wildcard dialyzer/sqlite3.plt),)
|
||||
static:
|
||||
dialyzer --build_plt --output_plt sqlite3.plt --apps erts kernel stdlib crypto compiler hipe syntax_tools -r ebin
|
||||
$(REBAR) build_plt analyze
|
||||
else
|
||||
static:
|
||||
dialyzer --add_to_plt --plt sqlite3.plt -r ebin --get_warnings
|
||||
$(REBAR) analyze
|
||||
endif
|
||||
Reference in New Issue
Block a user