Skip to content

Commit

Permalink
Merge pull request #34 from pinguo-yangbing/master
Browse files Browse the repository at this point in the history
makefile
  • Loading branch information
pinguo-yangbing authored Jan 15, 2020
2 parents 0b9968c + b3988a7 commit 43c3e94
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 @@ -30,7 +30,7 @@ build:
$(goBin) build -o $(binDir)/$(binName) $(baseDir)/cmd/$(binName)/main.go

update:
cd $(baseDir) && $(goBin) mod get
cd $(baseDir) && $(goBin) get

install:
cd $(baseDir) && $(goBin) mod download
Expand Down

0 comments on commit 43c3e94

Please sign in to comment.