浏览代码

tmp remove pre-clean before build for travis

tags/v0.9.0
jimzhan 9 年前
父节点
当前提交
d2ae6804ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -8,7 +8,7 @@ clean:
@find $(PKG) -name 'rex.a' -delete
@find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r

build: clean
build:
@go get -v ./...

test: build

正在加载...
取消
保存