code reorganization
[epoint] / pkg / store / Makefile
1 include $(GOROOT)/src/Make.inc
2
3 TARG=epoint/store
4 GOFILES=\
5         store.go
6
7 include $(GOROOT)/src/Make.pkg