Ver código fonte

list travis host

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

+ 1
- 0
Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar