From b83c8a798478fbd23d118ff229641b14e5ff4abc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 9 Oct 2023 15:12:11 -0500 Subject: [PATCH] adding just and justfile --- justfile | 6 ++++++ shell.nix | 1 + 2 files changed, 7 insertions(+) create mode 100644 justfile 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