diff --git a/Makefile b/Makefile index 1eee8bc..ea8a765 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BREW = $(BREWPATH)/brew # This does not work inside of a make command. bootstrap-homebrew: xcode-select --install || true - $(shell source "$(PWD)/install-brew.sh") + $(shell source "$(PWD)/scripts/install-brew.sh") chmod -R go-w $(brew --prefix) bootstrap-brews: diff --git a/install-brew.sh b/scripts/install-brew.sh similarity index 100% rename from install-brew.sh rename to scripts/install-brew.sh