#!/bin/bash # ewemake verision #VERSION# - a wrapper for Make tmpDatei="$(mktemp)" trap 'rm -f "${tmpDatei}"' EXIT Make -A "${tmpDatei}" "$@" chmod +x "${tmpDatei}" "${tmpDatei}"