build: update makefile
This commit is contained in:
parent
a42cb2db32
commit
b429137d20
7
Makefile
7
Makefile
|
@ -5,6 +5,9 @@ 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 -15v > tgbot_misaka_5882f7.tar.zst
|
||||||
|
|
||||||
send: pack
|
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
|
||||||
|
|
Loading…
Reference in New Issue