chore: update readme and makefile

This commit is contained in:
Yiyang Kang 2023-03-21 12:52:28 +08:00
parent 39868f4f07
commit 816ae68aeb
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,5 @@
all: build
build: lint
CGO_ENABLED=0 go build -v -trimpath -ldflags='-s -w'
@ -13,4 +15,4 @@ send: pack
clean:
rm -f tgbot_misaka_5882f7 tgbot_misaka_5882f7.*
.PHONY: build pack send clean
.PHONY: all build pack send clean test