/primes/Makefile
Makefile | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | eb64333197466e490e14c56cd43f8e24 MD5 | raw file
1include $(GOROOT)/src/Make.$(GOARCH) 2 3TARG=primes 4GOFILES=\ 5 primes.go\ 6 7include $(GOROOT)/src/Make.pkg
1include $(GOROOT)/src/Make.$(GOARCH) 2 3TARG=primes 4GOFILES=\ 5 primes.go\ 6 7include $(GOROOT)/src/Make.pkg