/primes/Makefile
https://code.google.com/p/go-euler/ · Makefile · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · eb64333197466e490e14c56cd43f8e24 MD5 · raw file
- include $(GOROOT)/src/Make.$(GOARCH)
- TARG=primes
- GOFILES=\
- primes.go\
- include $(GOROOT)/src/Make.pkg