您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
all:
|
|
./bootstrap
|
|
|
|
clean:
|
|
@rm -rf rebar ebin/*.beam inttest/rt.work
|
|
|
|
debug:
|
|
./bootstrap debug
|
|
|
|
check: debug
|
|
-@./rebar xref
|
|
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling \
|
|
-Wrace_conditions
|