8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=github.com/pmylund/go-cache
|
||
|
GOFILES=\
|
||
|
cache.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|