all repos — captcha @ 5357b20fc91de2905938534e511feb7a9d2887b9

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

cmd/image/Makefile (view raw)

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