update justfile
This commit is contained in:
parent
2e43cd87eb
commit
aa00ddbd62
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -5,7 +5,7 @@ build:
|
||||||
make -j8 --dir bld/
|
make -j8 --dir bld/
|
||||||
rm -rf ~/.cache/lumina/lumina/qmlcache/
|
rm -rf ~/.cache/lumina/lumina/qmlcache/
|
||||||
run:
|
run:
|
||||||
RUST_LOG=debug ./bld/bin/lumina
|
RUST_BACKTRACE=1 RUST_LOG=debug ./bld/bin/lumina
|
||||||
lint:
|
lint:
|
||||||
cargo clippy
|
cargo clippy
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue