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