Updated MakeFile to improve compile times
This commit is contained in:
parent
61d5a6fd66
commit
d1c0905a78
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
all: mumbledj
|
all: mumbledj
|
||||||
|
|
||||||
mumbledj: main.go commands.go parseconfig.go strings.go service.go service_youtube.go songqueue.go cache.go web.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
|
if [ ! -f $(GOPATH)/bin/goop ]; then go get github.com/nitrous-io/goop; fi;
|
||||||
rm -rf Goopfile.lock
|
rm -rf Goopfile.lock
|
||||||
goop install
|
goop install
|
||||||
goop go build
|
goop go build
|
||||||
|
|
Reference in a new issue