mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
9 lines
No EOL
102 B
Makefile
9 lines
No EOL
102 B
Makefile
all: pack publish
|
|
pack:
|
|
./scripts/pack.sh
|
|
publish:
|
|
./scripts/publish.sh
|
|
bump:
|
|
./scripts/bump.sh
|
|
|
|
|