adding just and justfile
This commit is contained in:
parent
f34e8cbd7e
commit
b83c8a7984
2 changed files with 7 additions and 0 deletions
6
justfile
Normal file
6
justfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
default:
|
||||||
|
just --list
|
||||||
|
build:
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=Release -B bld/ .
|
||||||
|
make -j8 --dir bld/
|
||||||
|
rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|
|
@ -49,6 +49,7 @@ mkShell rec {
|
||||||
# yt-dlp
|
# yt-dlp
|
||||||
|
|
||||||
# Rust tools
|
# Rust tools
|
||||||
|
just
|
||||||
clippy
|
clippy
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue