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