aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/shims/super/make
blob: 7b49e56c0b6daaebc0494444754b164fcca12084 (plain)
1
2
3
4
5
#!/bin/bash

export MAKE=${HOMEBREW_MAKE:-make}
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
exec xcrun $MAKE "$@"