Makefile 185 B

1234567891011121314
  1. include $(GOROOT)/src/Make.inc
  2. TARG=github.com/dchest/captcha
  3. GOFILES=\
  4. captcha.go\
  5. store.go\
  6. font.go\
  7. image.go\
  8. sounds.go\
  9. audio.go\
  10. server.go
  11. include $(GOROOT)/src/Make.pkg