#!/bin/sh -e

cd "$(dirname "$(realpath -- "$0")")"
exec rm -f *.o *.a *.keks *.keks.c.in
