insert key into store only if it does not exist
[epoint] / pkg / server / Makefile
1 include $(GOROOT)/src/Make.inc
2
3 TARG=epoint/server
4 GOFILES=\
5         server.go
6
7 include $(GOROOT)/src/Make.pkg