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

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
-