Merge pull request #458 from mwhooker/fixmake

use interactive shell to run build script
This commit is contained in:
Mitchell Hashimoto 2013-09-24 13:27:18 -07:00
commit 9cb397339a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)
all: deps
@mkdir -p bin/
@echo "$(OK_COLOR)==> Building$(NO_COLOR)"
@./scripts/build.sh
@bash --norc -i ./scripts/build.sh
deps:
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"