#!/usr/bin/env bash SECONDS=0 make linux_debug duration=$SECONDS echo "$((duration / 60)) minutes and $((duration % 60)) seconds elapsed."