summaryrefslogtreecommitdiff
path: root/ewemake.in
blob: 985e3f9b74666f04490698f78ba8fcfbe2fdc009 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# ewemake verision #VERSION# - a wrapper for Make

tmpDatei="$(mktemp)"
Make -l -A "${tmpDatei}"
chmod +x "${tmpDatei}"
"${tmpDatei}"
rm -f "${tmpDatei}"