tek/Justfile
2024-12-10 18:27:11 +01:00

34 lines
662 B
Makefile

default:
just -l
status:
cargo c
cloc --by-file src/
git status
push:
git push -u codeberg main
git push -u origin main
tpush:
git push --tags -u codeberg
git push --tags -u origin
fpush:
git push -fu codeberg main
git push -fu origin main
ftpush:
git push --tags -fu codeberg
git push --tags -fu origin
transport:
cargo run --bin tek_transport
arranger:
cargo run --bin tek_arranger
sequencer:
cargo run --bin tek_sequencer
sequencer-release:
cargo run --release --bin tek_sequencer
mixer:
cargo run --bin tek_mixer
track:
cargo run --bin tek_track
sampler:
cargo run --bin tek_sampler
plugin:
cargo run --bin tek_plugin