Removed FI from Make file

This commit is contained in:
MichaelOultram 2015-09-25 17:43:22 +01:00
parent 58bfc9ce23
commit 8b07d526eb

View file

@ -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