#!/bin/bash if [ -z "$MAKE_TARGET" ]; then make "$MAKE_TARGET"; else make; fi;