Skip to content

Commit

Permalink
Update project Makefile and Glide manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Shah committed Dec 15, 2016
1 parent cf96c96 commit 72a464d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif
PATH := $(GOPATH)/bin:$(PATH)
EXAMPLES=./examples/bench/server ./examples/bench/client ./examples/ping ./examples/thrift ./examples/hyperbahn/echo-server
ALL_PKGS := $(shell glide nv)
PROD_PKGS := . ./http ./hyperbahn ./json ./pprof ./raw ./relay ./stats ./thrift $(EXAMPLES)
PROD_PKGS := . ./http ./hyperbahn ./json ./pprof ./raw ./relay ./stats ./thrift ./timers $(EXAMPLES)
TEST_ARG ?= -race -v -timeout 5m
BUILD := ./build
THRIFT_GEN_RELEASE := ./thrift-gen-release
Expand Down
34 changes: 19 additions & 15 deletions glide.lock

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

1 change: 1 addition & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ import:
- package: github.com/opentracing/opentracing-go
- package: github.com/uber/jaeger-client-go
- package: github.com/crossdock/crossdock-go
- package: github.com/andres-erbsen/clock

0 comments on commit 72a464d

Please sign in to comment.