Explorar el Código

list travis host

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

+ 1
- 0
Makefile Ver fichero

@@ -2,6 +2,7 @@ ARCH=$(shell ls $(GOPATH)/pkg | head -n 1)
PKG=$(GOPATH)/pkg/$(ARCH)/github.com/goanywhere

all: test
@echo $HOST

clean:
@find $(PKG) -name 'rex.a' -delete

Cargando…
Cancelar
Guardar