mirror of
https://github.com/golang/go
synced 2024-11-20 05:34:40 -07:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=go1
|
||
|
GOFILES=\
|
||
|
dummy.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|