diff options
| author | mattn <mattn.jp@gmail.com> | 2011-11-11 21:36:22 +0900 |
|---|---|---|
| committer | mattn <mattn.jp@gmail.com> | 2011-11-11 21:36:22 +0900 |
| commit | 6c2d2c4b6b7ae45782a575d21b44892158cf447b (patch) | |
| tree | 3723b57fa013d30ab191aa95d901dabc3ce632f6 /Makefile | |
| download | golite-6c2d2c4b6b7ae45782a575d21b44892158cf447b.tar.gz golite-6c2d2c4b6b7ae45782a575d21b44892158cf447b.tar.xz | |
first import.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4f78cd9 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +include $(GOROOT)/src/Make.inc + +TARG = github.com/mattn/go-sqlite3 +CGOFILES = sqlite3.go + +include $(GOROOT)/src/Make.pkg |
