From d1bfe384e796cf2db9a057271b78666b310d0184 Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 10 Aug 2011 03:02:23 -0700 Subject: add mixpanel tracking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d31fbe..8332d30 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(GOROOT)/src/Make.inc TARG=aa -GOFILES=main.go db.go updates.go +GOFILES=main.go db.go updates.go mixpanel.go pkgdir=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH) PREREQ=$(pkgdir)/github.com/Philio/GoMySQL.a -- cgit v1.2.3