Skip to content

Commit

Permalink
remove dep command on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Apr 8, 2020
1 parent 90b92d7 commit 3c74b7d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ LDFLAGS=-ldflags "-X main.Version=${VERSION}"

all: chocon

.PHONY: chocon

bundle:
dep ensure

update:
dep ensure -update

chocon: chocon.go
go build $(LDFLAGS) chocon.go

Expand Down

0 comments on commit 3c74b7d

Please sign in to comment.