mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:55:35 +08:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=rand
|
|
CGOFILES=\
|
|
c1.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg |