add NotFoundError to store
[epoint] / store / Makefile
1 include $(GOROOT)/src/Make.inc
2
3 TARG=epoint/store
4 GOFILES=store.go
5
6 include $(GOROOT)/src/Make.pkg