Removed FI from Make file
This commit is contained in:
parent
58bfc9ce23
commit
8b07d526eb
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
all: mumbledj
|
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
|
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
|
rm -rf Goopfile.lock
|
||||||
goop install
|
goop install
|
||||||
goop go build
|
goop go build
|
||||||
|
|
Reference in a new issue