adding just and justfile

This commit is contained in:
Chris Cochrun 2023-10-09 15:12:11 -05:00
parent f34e8cbd7e
commit b83c8a7984
2 changed files with 7 additions and 0 deletions

6
justfile Normal file
View 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/