all repos — captcha @ d010e3f940eb4120c858e62195435aa592c1ece5

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

generate/Makefile (view raw)

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