Skip to content

Commit

Permalink
fix(build): remove unused target. (gin-gonic#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy authored Jan 24, 2018
1 parent 7a9a290 commit 2fbb971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GOFMT ?= gofmt "-s"
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
GOFILES := $(shell find . -name "*.go" -type f -not -path "./vendor/*")

all: build
all: install

install: deps
govendor sync
Expand Down

0 comments on commit 2fbb971

Please sign in to comment.