mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:08:34 +08:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
TARG=test
|
|
GOFILES=\
|
|
test1.go\
|
|
test2.go\
|
|
|
|
include $(GOROOT)/src/Make.cmd
|