build: update makefile

This commit is contained in:
Yiyang Kang 2022-11-21 13:43:21 +08:00
parent a42cb2db32
commit b429137d20
Signed by: kkyy
GPG Key ID: 80FD317ECAF06CC3
1 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ 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
wh send tgbot_misaka_5882f7.tar.zst --force-relay
.PHONY: build pack send
clean:
rm -f tgbot_misaka_5882f7 tgbot_misaka_5882f7.*
.PHONY: build pack send clean