Преглед изворни кода

* Makefile: Added standard GOLANG pkg makefile

Geoffrey J. Teale пре 14 година
родитељ
комит
c210db1209
1 измењених фајлова са 7 додато и 0 уклоњено
  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