]> git.donarmstrong.com Git - uiuc_igb_scripts.git/commitdiff
add make
authorDon Armstrong <don@donarmstrong.com>
Wed, 27 May 2015 20:13:06 +0000 (13:13 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 27 May 2015 20:13:06 +0000 (13:13 -0700)
run_make [new file with mode: 0755]

diff --git a/run_make b/run_make
new file mode 100755 (executable)
index 0000000..7049f93
--- /dev/null
+++ b/run_make
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ -z "$MAKE_TARGET" ]; then
+    make "$MAKE_TARGET";
+else
+    make;
+fi;