Ver código fonte

tmp remove pre-clean before build for travis

tags/v0.9.0
jimzhan 10 anos atrás
pai
commit
d2ae6804ac
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@find $(PKG) -name 'rex.a' -delete @find $(PKG) -name 'rex.a' -delete
@find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r @find $(PKG) -name 'rex' -type d -print0|xargs -0 rm -r


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


test: build test: build

Carregando…
Cancelar
Salvar