Skip to content

Commit

Permalink
修改bat
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhong2758 committed Oct 28, 2024
1 parent 51a3a40 commit ee1466b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,6 @@ build:
@go build -ldflags=-checklinkname=0
@cd ${KANBANPATH} && rm *.syso
@echo "Done!"

run:
@echo "run!"
@go version
@go env -w GOPROXY=https://goproxy.cn,direct
@go mod tidy
@go run main.go -ldflags=-checklinkname=0

debug:
@echo "debug"
@go version
@go env -w GOPROXY=https://goproxy.cn,direct
@go mod tidy
@go run main.go -d -ldflags=-checklinkname=0

build_proto:
@echo "build_proto!"
Expand Down
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go version
go env -w GOPROXY=https://goproxy.cn,direct
go mod tidy
go run main.go -ldflags=-checklinkname=0
go build -ldflags=-checklinkname=0
pause

0 comments on commit ee1466b

Please sign in to comment.