Browse Source

* Makefile: Added standard GOLANG pkg makefile

Geoff Teale 14 years ago
parent
commit
2aa70b1f16
1 changed files with 7 additions and 0 deletions
  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