Skip to content

Instantly share code, notes, and snippets.

@Jeckerson
Created January 24, 2021 11:13
Show Gist options
  • Save Jeckerson/b245f070017cd63f24e500ebad6e8211 to your computer and use it in GitHub Desktop.
Save Jeckerson/b245f070017cd63f24e500ebad6e8211 to your computer and use it in GitHub Desktop.
# Run makefiles with Max CPU parallelism
# see: export MAKEFLAGS
if [[ -n "$(command -v gmake 2>/dev/null || true)" ]]; then
alias make='gmake'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment