Skip to content

Commit

Permalink
Makefile修改 4个空格 --> tab
Browse files Browse the repository at this point in the history
SliverHorn committed Jan 5, 2021
1 parent 2414eb2 commit 7f0f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ all: check gva initdb run

gva:
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct
go env -w GOPROXY=https://goproxy.io,direct
go build -o ${GVA} cmd/main.go

initdb:

0 comments on commit 7f0f15e

Please sign in to comment.