Makefile 110 B

123456
  1. include $(GOROOT)/src/Make.inc
  2. TARG=strev
  3. GOFILES=\
  4. string_reverse.go\
  5. include $(GOROOT)/src/Make.pkg