summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-14 14:58:32 +0100
committerErich Eckner <git@eckner.net>2017-12-14 14:58:32 +0100
commit7726dabba77307732b1e32416bc934ca54056f83 (patch)
tree05bc2d85cb176da06bbcb39fc9804df6ec8416dc
parent284addb3e31caaa129cd8010141932d8bd17ed67 (diff)
downloadMake-7726dabba77307732b1e32416bc934ca54056f83.tar.xz
ewemake.in: pass options to Make
-rwxr-xr-xewemake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ewemake.in b/ewemake.in
index 2bab09d..d5bc163 100755
--- a/ewemake.in
+++ b/ewemake.in
@@ -5,6 +5,6 @@
tmpDatei="$(mktemp)"
trap 'rm -f "${tmpDatei}"' EXIT
-Make -l -A "${tmpDatei}"
+Make -l -A "${tmpDatei}" "$@"
chmod +x "${tmpDatei}"
"${tmpDatei}"