X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=run_make;fp=run_make;h=7049f93286fa3af94a1f5c8e871aec75e65235c2;hb=f4c6d1a52616a9cf6cf3e03fbfd5bb53cc83dcf7;hp=0000000000000000000000000000000000000000;hpb=eb07589762bb9084d80e8742cd74a648733ecb58;p=uiuc_igb_scripts.git diff --git a/run_make b/run_make new file mode 100755 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;