diff --git a/justfile b/justfile new file mode 100644 index 0000000..38626b5 --- /dev/null +++ b/justfile @@ -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/ diff --git a/shell.nix b/shell.nix index 047cb0e..aa56f2f 100644 --- a/shell.nix +++ b/shell.nix @@ -49,6 +49,7 @@ mkShell rec { # yt-dlp # Rust tools + just clippy rustc cargo