all repos — captcha @ c72fa4f230d8fc867bfe724a6f6f457fc331801f

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