summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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