forked from mirror/go-sqlcipher
7 lines
125 B
Makefile
7 lines
125 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG = github.com/mattn/go-sqlite3
|
||
|
CGOFILES = sqlite3.go
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|