From ca7446b863ed384d650b35ffb60e5f40268cd1be Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 3 Aug 2015 23:12:44 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92851ce..7aec1d8 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 - if [! -f $GOPATH/bin/goop ]; then go get github.com/nitrous-io/goop; fi; + if [ ! -f $GOPATH/bin/goop ]; then go get github.com/nitrous-io/goop; fi; rm -rf Goopfile.lock goop install goop go build