mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 10:51:01 +00:00
6 lines
No EOL
130 B
Makefile
6 lines
No EOL
130 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = github.com/coopernurse/gorp
|
|
GOFILES = gorp.go dialect.go
|
|
|
|
include $(GOROOT)/src/Make.pkg |