#!/bin/sh -e

cd "$(dirname "$(realpath -- "$0")")"
cm/clean
exec rm -f *.o *.a compile_flags.txt keks.pc
