Add make1 -> env - make -R, whose -p output is easier to read.
authorMatt McCutchen <hashproduct@gmail.com>
Mon, 11 Jun 2007 22:14:25 +0000 (18:14 -0400)
committerMatt McCutchen <hashproduct@gmail.com>
Mon, 11 Jun 2007 22:14:25 +0000 (18:14 -0400)
demo/make1 [new file with mode: 0755]

diff --git a/demo/make1 b/demo/make1
new file mode 100755 (executable)
index 0000000..d519d86
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+# Cleaner version of make that reduces clutter when inspecting -p output.
+env - make -R "$@"