mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
parent
08730df042
commit
0d7998a5a8
5 changed files with 389 additions and 279 deletions
3
Justfile
3
Justfile
|
|
@ -1,4 +1,5 @@
|
|||
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace"
|
||||
export RUST_BACKTRACE := "1"
|
||||
|
||||
debug := "reset && cargo run --"
|
||||
release := "reset && cargo run --release --"
|
||||
|
|
@ -51,6 +52,8 @@ ftpush:
|
|||
|
||||
run:
|
||||
{{debug}}
|
||||
run-init:
|
||||
rm -rf ~/.config/tek && {{debug}}
|
||||
release:
|
||||
{{release}}
|
||||
build-release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue