diff --git a/Makefile b/Makefile index 565b52e..2f0b5c3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: mumbledj -mumbledj: main.go commands.go parseconfig.go strings.go service.go service_youtube.go songqueue.go cache.go +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 rm -rf Goopfile.lock goop install