#!/bin/sh -e

cd "$(dirname "$(realpath -- "$0")")"
cmd/clean
conf/clean
doc/clean
lib/clean
exec rm -f compile_flags.txt
