all repos — captcha @ c833d164be8ae91753e83315c2d9f1a347cf9af8

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