version bump: 1.1

this commit also removes build/ on compile
This commit is contained in:
speedie 2023-05-08 23:23:10 +02:00
parent 5efe236380
commit a87a360063

View file

@ -119,6 +119,8 @@ build() {
install() {
cd build/ || exit 1
meson install
cd .. || exit 1
[ "$reconfigure" = "true" ] && rm -rf build/
}
[ "$1" = "--no-install" ] && install=false