Sfoglia il codice sorgente

tmp remove pre-clean before build for travis

tags/v0.9.0
jimzhan 9 anni fa
parent
commit
d2ae6804ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

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

Loading…
Annulla
Salva