From 259e7201d76d9ada36d69057b932ce133d051265 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 18 Nov 2023 06:43:47 -0600 Subject: [PATCH] adding run and lint to just --- justfile | 4 ++++ 1 file changed, 4 insertions(+) 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