Update Makefile

pull/18/head
Matthieu Grieger 2014-12-31 15:09:26 -08:00
parent 83f35f2484
commit ae5bd564d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
all: mumbledj
mumbledj: main.go commands.go parseconfig.go strings.go queue.go song.go songqueue.go
mumbledj: main.go commands.go parseconfig.go strings.go song.go playlist.go songqueue.go
go build .
clean: