Merge pull request #458 from mwhooker/fixmake
use interactive shell to run build script
This commit is contained in:
commit
6067167713
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)
|
||||||
all: deps
|
all: deps
|
||||||
@mkdir -p bin/
|
@mkdir -p bin/
|
||||||
@echo "$(OK_COLOR)==> Building$(NO_COLOR)"
|
@echo "$(OK_COLOR)==> Building$(NO_COLOR)"
|
||||||
@./scripts/build.sh
|
@bash --norc -i ./scripts/build.sh
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
|
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
|
||||||
|
|
Loading…
Reference in New Issue