Browse Source

* Makefile: Added standard GOLANG pkg makefile

Geoffrey J. Teale 14 năm trước cách đây
mục cha
commit
c210db1209
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      Makefile

+ 7 - 0
Makefile

@@ -0,0 +1,7 @@
+include $(GOROOT)/src/Make.inc
+
+TARG=github.com/tealeg/xslx
+GOFILES=\
+	lib.go
+
+include $(GOROOT)/src/Make.pkg