all repos — captcha @ 31e7bb63c9e1638e6c34ec1d9428cdf6f3bccbdb

Go package captcha implements generation and verification of image and audio CAPTCHAs.

capgen/Makefile (view raw)

1include $(GOROOT)/src/Make.inc
2
3TARG=capgen
4GOFILES=\
5	main.go
6
7include $(GOROOT)/src/Make.cmd