mirror of
https://github.com/sochix/TLSharp.git
synced 2026-02-19 14:14:14 +01:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
all: pack publish
|
|
pack:
|
|
./scripts/pack.sh
|
|
publish:
|
|
./scripts/publish.sh
|
|
bump:
|
|
./scripts/bump.sh
|
|
|
|
|