Sfoglia il codice sorgente

list travis host

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

+ 1
- 0
Makefile Vedi File

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

Loading…
Annulla
Salva