mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
compiles again
This commit is contained in:
parent
34070de5f7
commit
1434adae09
21 changed files with 654 additions and 591 deletions
17
Justfile
17
Justfile
|
|
@ -18,6 +18,14 @@ default:
|
|||
just -l
|
||||
bacon:
|
||||
bacon -s
|
||||
run:
|
||||
{{debug}}
|
||||
run-init:
|
||||
rm -rf ~/.config/tek && {{debug}}
|
||||
release:
|
||||
{{release}}
|
||||
build-release:
|
||||
time cargo build -j4 --release
|
||||
tui:
|
||||
cargo run --example tui
|
||||
cloc:
|
||||
|
|
@ -50,15 +58,6 @@ fpush:
|
|||
ftpush:
|
||||
git push --tags -fu codeberg && git push --tags -fu origin
|
||||
|
||||
run:
|
||||
{{debug}}
|
||||
run-init:
|
||||
rm -rf ~/.config/tek && {{debug}}
|
||||
release:
|
||||
{{release}}
|
||||
build-release:
|
||||
time cargo build -j4 --release
|
||||
|
||||
clock:
|
||||
{{debug}} {{name}} {{bpm}} clock
|
||||
clock-release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue