diff options
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 |