Sfoglia il codice sorgente

* Makefile: Added standard GOLANG pkg makefile

Geoffrey J. Teale 14 anni fa
parent
commit
c210db1209
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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