Update changelog and makefile
This commit is contained in:
parent
c789fca51f
commit
6d6b6ec9bd
2 changed files with 9 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -9,9 +9,6 @@ endif
|
|||
|
||||
all: compile
|
||||
|
||||
dialyzer:
|
||||
$(REBAR) dialyzer
|
||||
|
||||
compile:
|
||||
$(REBAR) compile
|
||||
|
||||
|
@ -21,6 +18,11 @@ update:
|
|||
test: compile
|
||||
$(REBAR) eunit
|
||||
|
||||
dialyzer: compile
|
||||
$(REBAR) dialyzer
|
||||
|
||||
travis: test dialyzer
|
||||
|
||||
run:
|
||||
$(REBAR) shell
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue