From 2b884d194e3a3fc3150cb5b99ec5a79dee6dae98 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 18 Nov 2013 10:29:05 -0800 Subject: [PATCH] update makefile to latest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77e9b5a23..b37102f17 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...) all: deps @mkdir -p bin/ @echo "$(OK_COLOR)==> Building$(NO_COLOR)" - @bash --norc -i ./scripts/build.sh + @bash --norc -i ./scripts/devcompile.sh deps: @echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"