]> git.donarmstrong.com Git - uiuc_igb_scripts.git/blobdiff - run_make
add make
[uiuc_igb_scripts.git] / run_make
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;