5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
|
|
cmake -B bld/ .
|
|
make -j8 --dir bld/
|
|
rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|