浏览代码

Updated for use with go weekly

drhodes 13 年之前
父节点
当前提交
0e2fe00ead
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      Makefile

+ 0 - 13
Makefile

@@ -1,13 +0,0 @@
-include $(GOROOT)/src/Make.inc
-
-TARG=lorem
-GOFILES=\
-	lorem.go\
-	wordlist.go\
-
-include $(GOROOT)/src/Make.pkg
-
-format:
-	gofmt -s -spaces=true -tabindent=false -tabwidth=4 -w lorem.go
-	gofmt -s -spaces=true -tabindent=false -tabwidth=4 -w wordlist.go
-