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