Browse Source

list travis host

tags/v0.9.0
jimzhan 9 years ago
parent
commit
29163317a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View 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…
Cancel
Save