浏览代码

Remove etap target from the Makefile

pull/65/head
Paul J. Davis 11 年前
父节点
当前提交
5752dbc1fc
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. +1
    -5
      Makefile

+ 1
- 5
Makefile 查看文件

@ -29,15 +29,11 @@ build: depends
$(REBAR) compile
etap: test/etap.beam test/util.beam
prove test/*.t
eunit:
$(REBAR) eunit skip_deps=true
check: build etap eunit
check: build eunit
%.beam: %.erl

正在加载...
取消
保存