aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 4f78cd90f36c2f88a5886d288af58d7b48b747d6 (plain) (blame)
1
2
3
4
5
6
include $(GOROOT)/src/Make.inc

TARG     = github.com/mattn/go-sqlite3
CGOFILES = sqlite3.go

include $(GOROOT)/src/Make.pkg