chore: update makefile
This commit is contained in:
parent
6971098753
commit
03702a0eac
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ lint:
|
|||
golangci-lint run ./...
|
||||
|
||||
pack: build
|
||||
tar --owner root --group root -c tgbot_misaka_5882f7 | zstdmt -15v > tgbot_misaka_5882f7.tar.zst
|
||||
tar --owner root --group root -c tgbot_misaka_5882f7 | zstdmt -9v --long > tgbot_misaka_5882f7.tar.zst
|
||||
|
||||
send: pack
|
||||
wh send tgbot_misaka_5882f7.tar.zst --force-relay
|
||||
|
|
Loading…
Reference in New Issue