tek_transport -> tek_clock

This commit is contained in:
🪞👃🪞 2025-01-06 21:13:44 +01:00
parent 795d91abd8
commit 647f07c446
4 changed files with 6 additions and 6 deletions

View file

@ -43,8 +43,8 @@ name = "tek_groovebox"
path = "bin/cli_groovebox.rs" path = "bin/cli_groovebox.rs"
[[bin]] [[bin]]
name = "tek_transport" name = "tek_clock"
path = "bin/cli_transport.rs" path = "bin/cli_clock.rs"
[[bin]] [[bin]]
name = "tek_sampler" name = "tek_sampler"

View file

@ -21,12 +21,12 @@ ftpush:
git push --tags -fu codeberg git push --tags -fu codeberg
git push --tags -fu origin git push --tags -fu origin
transport: clock:
reset reset
cargo run --bin tek_transport cargo run --bin tek_clock
transport-release: clock-release:
reset reset
cargo run --release --bin tek_transport cargo run --release --bin tek_clock
arranger: arranger:
reset reset

View file