File: compile.sh

package info (click to toggle)
qad 0.0~git20230808.ae0c099%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 200 kB
  • sloc: ansic: 1,091; perl: 114; sh: 9; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
BUILD_DIR="./builddir"
if [ -d "$BUILD_DIR" ]; then
    rm -rf $BUILD_DIR/*
else
    mkdir $BUILD_DIR
fi

meson setup $BUILD_DIR -Dbackend-ilm=true
meson compile -C $BUILD_DIR
cp $BUILD_DIR/qad qad