8 lines
102 B
Makefile
8 lines
102 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=hello
|
|
GOFILES=\
|
|
hello.go
|
|
|
|
include $(GOROOT)/src/Make.cmd
|