diff --git a/Makefile b/Makefile index 4bf8c1e..af8cc7e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: mumbledj mumbledj: main.go commands.go parseconfig.go strings.go service.go youtube_dl.go service_youtube.go service_soundcloud.go songqueue.go cache.go - go get github.com/nitrous-io/goop; fi; + go get github.com/nitrous-io/goop rm -rf Goopfile.lock goop install goop go build