mirror of https://github.com/status-im/fathom.git
6 lines
130 B
Makefile
6 lines
130 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG = github.com/coopernurse/gorp
|
||
|
GOFILES = gorp.go dialect.go
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|