mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 03:36:41 +01:00
parent
5e2e0438a4
commit
86941305a4
7 changed files with 41 additions and 27 deletions
6
Justfile
6
Justfile
|
|
@ -1,4 +1,4 @@
|
|||
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace"
|
||||
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace -Clink-arg=-fuse-ld=mold"
|
||||
export RUST_BACKTRACE := "1"
|
||||
|
||||
debug := "reset && cargo run --"
|
||||
|
|
@ -19,7 +19,9 @@ default:
|
|||
bacon:
|
||||
bacon -s
|
||||
check:
|
||||
cargo check
|
||||
reset && cargo check
|
||||
build:
|
||||
reset && cargo build
|
||||
run:
|
||||
{{debug}}
|
||||
run-init:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue