Files
the-way-to-go_ZH_CN/eBook/examples/chapter_3/Makefile
2013-04-20 22:19:12 -04:00

8 lines
112 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=test
GOFILES=\
test1.go\
test2.go\
include $(GOROOT)/src/Make.cmd