055139ac6a
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)
8 lines
77 B
Bash
Executable file
8 lines
77 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
rm -rf build*
|
|
meson build-gcc
|
|
|
|
cd build-gcc
|
|
ninja -j2
|
|
|