From ae5bd564d05aae39b1a9e83630c04b51fbe5cb73 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Wed, 31 Dec 2014 15:09:26 -0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc43e43..e469500 100644 --- a/Makefile +++ b/Makefile @@ -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: