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

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