mirror of https://github.com/perkeep/perkeep.git
8 lines
103 B
Makefile
8 lines
103 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=http_util
|
||
|
GOFILES=\
|
||
|
http_util.go
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|