mirror of https://github.com/perkeep/perkeep.git
9 lines
113 B
Makefile
9 lines
113 B
Makefile
![]() |
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=camdev/sqlite
|
||
|
|
||
|
CGOFILES=\
|
||
|
sqlite.go
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|