From 6ede1f4931082bdfa9aa2f08c867a5f8f3256076 Mon Sep 17 00:00:00 2001 From: jsz Date: Fri, 6 May 2011 09:11:55 +0200 Subject: [PATCH] added logic.go --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1afb487..9b5cf5b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ TARG=mbpfand GOFILES=\ config.go\ sensor.go\ + logic.go\ main.go include $(GOROOT)/src/Make.cmd