mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
tek_transport -> tek_clock
This commit is contained in:
parent
795d91abd8
commit
647f07c446
4 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
8
Justfile
8
Justfile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue