mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: modularize once again
This commit is contained in:
parent
e08c9d1790
commit
3b6ff81dad
44 changed files with 984 additions and 913 deletions
3
Justfile
3
Justfile
|
|
@ -130,3 +130,6 @@ test:
|
|||
cd edn && cargo test && cd ..
|
||||
cd tui && cargo test && cd ..
|
||||
cargo test
|
||||
|
||||
cloc:
|
||||
for src in {edn,input,jack,midi,output,time,tui,.}; do echo $src; cloc $src/src; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue