diff options
author | Erich Eckner <git@eckner.net> | 2017-12-14 14:58:32 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-12-14 14:58:32 +0100 |
commit | 7726dabba77307732b1e32416bc934ca54056f83 (patch) | |
tree | 05bc2d85cb176da06bbcb39fc9804df6ec8416dc | |
parent | 284addb3e31caaa129cd8010141932d8bd17ed67 (diff) | |
download | Make-7726dabba77307732b1e32416bc934ca54056f83.tar.xz |
ewemake.in: pass options to Make
-rwxr-xr-x | ewemake.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ tmpDatei="$(mktemp)" trap 'rm -f "${tmpDatei}"' EXIT -Make -l -A "${tmpDatei}" +Make -l -A "${tmpDatei}" "$@" chmod +x "${tmpDatei}" "${tmpDatei}" |