mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
parent
cb989baf83
commit
b6559fc904
7 changed files with 2459 additions and 2416 deletions
4
Justfile
4
Justfile
|
|
@ -1,8 +1,8 @@
|
|||
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace -Clink-arg=-fuse-ld=mold"
|
||||
export RUST_BACKTRACE := "1"
|
||||
|
||||
default:
|
||||
@just -l
|
||||
default +ARGS="new":
|
||||
target/debug/tek {{ARGS}}
|
||||
|
||||
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