Browse Source

Remove Makefiles. Rename example.

Go weekly 2012-02-07.

Example is now capexample.
To build helper tools:

   cd capexample && go install
   cd capgen && go install

This will install tools capexample and cangen into $GOPATH/bin.
Dmitry Chestnykh 14 years ago
parent
commit
b1a072665d
4 changed files with 0 additions and 29 deletions
  1. 0 15
      Makefile
  2. 0 0
      capexample/main.go
  3. 0 7
      capgen/Makefile
  4. 0 7
      example/Makefile

+ 0 - 15
Makefile

@@ -1,15 +0,0 @@
-include $(GOROOT)/src/Make.inc
-
-TARG=github.com/dchest/captcha
-GOFILES=\
-	captcha.go\
-	random.go\
-	store.go\
-	font.go\
-	image.go\
-	sounds.go\
-	audio.go\
-	server.go
-
-include $(GOROOT)/src/Make.pkg
-

+ 0 - 0
example/main.go → capexample/main.go


+ 0 - 7
capgen/Makefile

@@ -1,7 +0,0 @@
-include $(GOROOT)/src/Make.inc
-
-TARG=capgen
-GOFILES=\
-	main.go
-
-include $(GOROOT)/src/Make.cmd

+ 0 - 7
example/Makefile

@@ -1,7 +0,0 @@
-include $(GOROOT)/src/Make.inc
-
-TARG=example
-GOFILES=\
-	main.go
-
-include $(GOROOT)/src/Make.cmd