ソースを参照

Removed Makefile as Go1 makes this unnecessary.

Geoffrey J. Teale 13 年 前
コミット
4de32e8147
1 ファイル変更0 行追加11 行削除
  1. 0 11
      Makefile

+ 0 - 11
Makefile

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