From d1c0905a78cbae2daf5397f7d9c74dc073c04a49 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 10 Aug 2015 00:03:19 +0100 Subject: [PATCH] Updated MakeFile to improve compile times --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f0b5c3..23a95e1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: mumbledj mumbledj: main.go commands.go parseconfig.go strings.go service.go service_youtube.go songqueue.go cache.go web.go - go get github.com/nitrous-io/goop + if [ ! -f $(GOPATH)/bin/goop ]; then go get github.com/nitrous-io/goop; fi; rm -rf Goopfile.lock goop install goop go build