diff --git a/makefile b/makefile index bb0f855..117a289 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ setup_brew: test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)" test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" # not too sure about this .bash_profile part - # slightly more sure about the ~/.profile + # slightly more sure about the ~/.profile part test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile