all repos — captcha @ a0a9c943a71539cbc66de92fc62a28596bb0cc41

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