initial commit
This commit is contained in:
commit
2f65200729
8 changed files with 1209 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
build:
|
||||
CGO_ENABLED=0 go build -v -trimpath -ldflags='-s -w'
|
||||
|
||||
pack: build
|
||||
tar --owner root --group root -c tgbot_misaka_5882f7 | zstdmt -15v > tgbot_misaka_5882f7.tar.zst
|
||||
|
||||
send: pack
|
||||
wh send tgbot_misaka_5882f7.tar.zst
|
||||
|
||||
.PHONY: build pack send
|
||||
Loading…
Add table
Add a link
Reference in a new issue