code reorganization
[epoint] / pkg / document / Makefile
diff --git a/pkg/document/Makefile b/pkg/document/Makefile
new file mode 100644 (file)
index 0000000..91080d9
--- /dev/null
@@ -0,0 +1,7 @@
+include $(GOROOT)/src/Make.inc
+
+TARG=epoint/document
+GOFILES=\
+       document.go
+
+include $(GOROOT)/src/Make.pkg