Browse Source

Removed obsolete file

pull/1782/head
Ethan Frey 7 years ago
parent
commit
878c8b3a87
1 changed files with 0 additions and 22 deletions
  1. +0
    -22
      keys/Makefile

+ 0
- 22
keys/Makefile View File

@ -1,22 +0,0 @@
GOTOOLS = \
github.com/mitchellh/gox \
github.com/Masterminds/glide
.PHONEY: all test install get_vendor_deps ensure_tools
all: install test
test:
go test `glide novendor`
install:
go install ./cmd/keys
get_vendor_deps: ensure_tools
@rm -rf vendor/
@echo "--> Running glide install"
@glide install
ensure_tools:
go get $(GOTOOLS)

Loading…
Cancel
Save