Skip to content

Commit

Permalink
Updating Makefile to remove go build
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyzee committed Sep 19, 2019
1 parent 58d022a commit 0ca90cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ default: build
all: clean build_all install

setup:
go mod tidy
go mod download

go-mod-tidy:
@go mod tidy -v
@git diff HEAD
@git diff-index --quiet HEAD
.PHONY: go-mod-tidy

ci: build go-mod-tidy
ci: go-mod-tidy

build:
go build
Expand Down

0 comments on commit 0ca90cc

Please sign in to comment.