From a3b5657e780981dcfa4fe460da56ba39f2b3377b Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sun, 14 Dec 2014 20:42:28 -0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ecd3df1..25df12e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: mumbledj -mumbledj: main.go commands.go parseconfig.go strings.go +mumbledj: main.go commands.go parseconfig.go strings.go queue.go go build . clean: