aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-11-11 21:36:22 +0900
committermattn <mattn.jp@gmail.com>2011-11-11 21:36:22 +0900
commit6c2d2c4b6b7ae45782a575d21b44892158cf447b (patch)
tree3723b57fa013d30ab191aa95d901dabc3ce632f6 /Makefile
downloadgolite-6c2d2c4b6b7ae45782a575d21b44892158cf447b.tar.gz
golite-6c2d2c4b6b7ae45782a575d21b44892158cf447b.tar.xz
first import.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
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