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/
|
Loading…
Add table
Add a link
Reference in a new issue