store simplification (use name,key->value so we can manage many k-v stores)
[epoint] / store / Makefile
diff --git a/store/Makefile b/store/Makefile
new file mode 100644 (file)
index 0000000..23c7767
--- /dev/null
@@ -0,0 +1,6 @@
+include $(GOROOT)/src/Make.inc
+
+TARG=epoint/store
+GOFILES=store.go
+
+include $(GOROOT)/src/Make.pkg