您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
212 B

  1. all:
  2. ./bootstrap
  3. clean:
  4. @rm -rf rebar ebin/*.beam inttest/rt.work
  5. debug:
  6. ./bootstrap debug
  7. check: debug
  8. -@./rebar xref
  9. -@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling \
  10. -Wrace_conditions