Skip to content

Commit

Permalink
Prune
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqiu committed Aug 7, 2018
1 parent 0c3660d commit daf6973
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 42 deletions.
47 changes: 7 additions & 40 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
build: proxy
.PHONY: build deps proxy

build: deps proxy
go build

deps:
dep ensure -v

proxy:
@ln -s $$(pwd)/_proxy/proxy.go $$(pwd)/vendor/github.com/prometheus/prometheus/promql/proxy.go 2>/dev/null || true
2 changes: 1 addition & 1 deletion vendor/github.com/prometheus/prometheus/promql/proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit daf6973

Please sign in to comment.