use interactive shell to run build script.

This commit is contained in:
Matthew Hooker 2013-09-24 01:40:42 -07:00
parent f3ef6fc1da
commit e1cb7a5ed4
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)"