diff options
author | raylu <raylu@mixpanel.com> | 2011-08-10 03:02:23 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-10 03:02:23 -0700 |
commit | d1bfe384e796cf2db9a057271b78666b310d0184 (patch) | |
tree | 0bc69ca17fa7bf63d4b491e31aa191c2b5021537 /Makefile | |
parent | 5a4a473b7a5538be87837ea760205ede90a8482e (diff) | |
download | audioaxis-d1bfe384e796cf2db9a057271b78666b310d0184.tar.xz |
add mixpanel tracking
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |