1
0
cache/Makefile
Patrick Mylund Nielsen 3088a9aad8 Initial commit
2012-01-02 11:01:04 +01:00

8 lines
118 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=github.com/pmylund/go-cache
GOFILES=\
cache.go\
include $(GOROOT)/src/Make.pkg