/Makefile

https://code.google.com/p/gostrutils/ · Makefile · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · c0773cd98e793e08262913d778760826 MD5 · raw file

  1. include $(GOROOT)/src/Make.$(GOARCH)
  2. TARG=strutils
  3. GOFILES=\
  4. strutils.go\
  5. include $(GOROOT)/src/Make.pkg