adding run and lint to just

This commit is contained in:
Chris Cochrun 2023-11-18 06:43:47 -06:00
parent b07e59659d
commit 259e7201d7

View file

@ -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