Update Makefile

pull/18/head
Matthieu Grieger 2014-12-14 20:42:28 -08:00
parent 991046c90f
commit a3b5657e78
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
mumbledj: main.go commands.go parseconfig.go strings.go queue.go
go build .
clean: