tweaks to env

This commit is contained in:
Chris Cochrun 2024-01-20 05:40:37 -06:00
parent 72e3a75d94
commit bece8e4e7b
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ build:
make -j8 --dir bld/
rm -rf ~/.cache/lumina/lumina/qmlcache/
run:
RUST_BACKTRACE=1 RUST_LOG=debug ./bld/bin/lumina
RUST_LOG=debug ./bld/bin/lumina
lint:
cargo clippy
clean: