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