Browse Source

Makefile修改 4个空格 --> tab

main
SliverHorn 4 years ago
parent
commit
7f0f15e97f
  1. 2
      server/Makefile

2
server/Makefile

@ -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:

Loading…
Cancel
Save