chore: update readme and makefile
This commit is contained in:
parent
39868f4f07
commit
816ae68aeb
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue