diff --git a/Cargo.toml b/Cargo.toml index 2a87d0ec..da9a1af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,8 +43,8 @@ name = "tek_groovebox" path = "bin/cli_groovebox.rs" [[bin]] -name = "tek_transport" -path = "bin/cli_transport.rs" +name = "tek_clock" +path = "bin/cli_clock.rs" [[bin]] name = "tek_sampler" diff --git a/Justfile b/Justfile index c33e8c1d..3fdae821 100644 --- a/Justfile +++ b/Justfile @@ -21,12 +21,12 @@ ftpush: git push --tags -fu codeberg git push --tags -fu origin -transport: +clock: reset - cargo run --bin tek_transport -transport-release: + cargo run --bin tek_clock +clock-release: reset - cargo run --release --bin tek_transport + cargo run --release --bin tek_clock arranger: reset diff --git a/bin/cli_transport.rs b/bin/cli_clock.rs similarity index 100% rename from bin/cli_transport.rs rename to bin/cli_clock.rs diff --git a/src/core.rs b/src/core.rs deleted file mode 100644 index e69de29b..00000000