diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,7 +1,8 @@ -all: aa - -main.6: main.go db.go updates.go - 6g main.go db.go updates.go +include $(GOROOT)/src/Make.inc -aa: main.6 - 6l -o aa main.6 +TARG=aa +GOFILES=main.go db.go updates.go +pkgdir=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH) +PREREQ=$(pkgdir)/github.com/Philio/GoMySQL.a + +include $(GOROOT)/src/Make.cmd |