diff --git a/Makefile b/Makefile deleted file mode 100644 index 4f78cd9..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG = github.com/mattn/go-sqlite3 -CGOFILES = sqlite3.go - -include $(GOROOT)/src/Make.pkg