Skip to content

Commit

Permalink
use interactive shell to run build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker committed Sep 24, 2013
1 parent 0c47799 commit d3c2b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit d3c2b34

Please sign in to comment.