diff --git a/bash_profile.d/devenv.sh b/bash_profile.d/devenv.sh index 63ab378..8a69205 100644 --- a/bash_profile.d/devenv.sh +++ b/bash_profile.d/devenv.sh @@ -74,5 +74,9 @@ function heck_dev_env { heck_dev_prefix /Users/heck/local } +# GNU MAKE Special var for implicit rules +export CC=/opt/local/bin/clang +export CXX=/opt/local/bin/clang++ +export AR=/opt/local/bin/ar heck_dev_env \ No newline at end of file