/primes/Makefile

https://code.google.com/p/go-euler/ · Makefile · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · eb64333197466e490e14c56cd43f8e24 MD5 · raw file

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