Add make cover in makefile

This commit is contained in:
GilbertWong 2019-08-26 16:32:47 +08:00
parent 61fcfc1184
commit 55316d3427
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ clean:
ct: ct:
@$(REBAR) ct @$(REBAR) ct
cover:
@$(REBAR) cover
edoc: edoc:
@$(REBAR) edoc @$(REBAR) edoc