summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-10 03:02:23 -0700
committerraylu <raylu@mixpanel.com>2011-08-10 03:02:23 -0700
commitd1bfe384e796cf2db9a057271b78666b310d0184 (patch)
tree0bc69ca17fa7bf63d4b491e31aa191c2b5021537 /Makefile
parent5a4a473b7a5538be87837ea760205ede90a8482e (diff)
downloadaudioaxis-d1bfe384e796cf2db9a057271b78666b310d0184.tar.xz
add mixpanel tracking
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