mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 05:33:04 +08:00
7 lines
110 B
Makefile
Executable File
7 lines
110 B
Makefile
Executable File
include $(GOROOT)/src/Make.inc
|
|
TARG=strev
|
|
GOFILES=\
|
|
string_reverse.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|