Reworked Makefile slightly

pull/42/head
Matthieu Grieger 2015-02-07 14:09:05 -08:00
parent 2eaa90e4d6
commit 4c19cfd383
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ MumbleDJ Changelog
### February 7, 2015 -- `v2.4.2`
* Updated `gumble` and `gumbleutil` dependencies.
* Removed `sanitize` dependency.
* Reworked `Makefile` slightly.
### February 3, 2015 -- `v2.4.1`
* Made it possible to place MumbleDJ binary in `~/bin` instead of `/usr/local/bin` if the folder exists.

View File

@ -2,7 +2,8 @@ all: mumbledj
mumbledj: main.go commands.go parseconfig.go strings.go song.go playlist.go songqueue.go
go get github.com/nitrous-io/goop
goop update
rm -rf Goopfile.lock
goop install
goop go build .
clean: