mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:52:31 +08:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
include $(GOROOT)/src/Make.inc
|
|
TARG=pack1
|
|
GOFILES=\
|
|
pack1.go\
|
|
pack1b.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|