mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-16 08:26:40 +01:00
🐌
This commit is contained in:
parent
97c563a5ad
commit
d930025422
4 changed files with 28 additions and 25 deletions
2
Justfile
2
Justfile
|
|
@ -2,7 +2,7 @@ export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace -Clink-arg
|
|||
export RUST_BACKTRACE := "1"
|
||||
|
||||
default:
|
||||
just -l
|
||||
@just -l
|
||||
|
||||
cloc:
|
||||
for src in {cli,edn/src,input/src,jack/src,midi/src,output/src,plugin/src,sampler/src,tek/src,time/src,tui/src}; do echo; echo $src; cloc --quiet $src; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue