Makefile 149 B

1234567891011
  1. include $(GOROOT)/src/Make.inc
  2. TARG=github.com/dchest/captcha
  3. GOFILES=\
  4. captcha.go\
  5. draw.go\
  6. font.go\
  7. image.go
  8. include $(GOROOT)/src/Make.pkg