Explorar el Código

tmp remove pre-clean before build for travis

tags/v0.9.0
jimzhan hace 9 años
padre
commit
d2ae6804ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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

Cargando…
Cancelar
Guardar