adding run and lint to just
This commit is contained in:
parent
b07e59659d
commit
259e7201d7
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -4,3 +4,7 @@ build:
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ .
|
cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ .
|
||||||
make -j8 --dir bld/
|
make -j8 --dir bld/
|
||||||
rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|
rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|
||||||
|
run:
|
||||||
|
RUST_LOG=debug ./bld/bin/lumina
|
||||||
|
lint:
|
||||||
|
cargo clippy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue