#!/bin/sh set -eu if [ -e Makefile ]; then make -s clean elif [ -e mkfile ]; then mk clean fi vcs clean