diff --git a/justfile b/justfile index 043446f..0f28ba4 100644 --- a/justfile +++ b/justfile @@ -4,3 +4,7 @@ build: cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ . make -j8 --dir bld/ rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/ +run: + RUST_LOG=debug ./bld/bin/lumina +lint: + cargo clippy