all repos — captcha @ 796c18f35a497838983c1922e846c7d92b0e0470

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