1#!/bin/bash
2
3./clean
4
5mkdir -p build
6cd build
7scan-build ../configure --prefix="" --enable-debug && scan-build make
8cd ..
9