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