7 lines
98 B
Makefile
7 lines
98 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = main
|
|
GOFILES = main.go
|
|
|
|
include $(GOROOT)/src/Make.cmd
|