> On 23 Aug 2021, at 05:11, jlfo...@berkeley.edu <jlforr...@berkeley.edu> wrote: > > > I've noticed that few, if any, Go programs use Makefiles. Is that because the > overhead of using make is greater than the of just always compiling and > linking everything? Most likely, it’s because go comes with it’s own build system built-in. Just using “go build whatever.go” will do the job. Even the cross-compilation is built -in. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/4063D63C-2BD9-408A-B85C-F70E3BE51A92%40gmail.com.
- [go-nuts] Makefiles for Go Programs jlfo...@berkeley.edu
- Re: [go-nuts] Makefiles for Go Programs Kurtis Rader
- Re: [go-nuts] Makefiles for Go Programs David Riley
- [go-nuts] Re: Makefiles for Go Programs jake...@gmail.com
- Re: [go-nuts] Re: Makefiles for Go Programs Roland Müller
- Re: [go-nuts] Re: Makefiles for Go Prog... Wojciech S. Czarnecki
- Re: [go-nuts] Re: Makefiles for Go Prog... Sergey Matveev
- Re: [go-nuts] Re: Makefiles for Go Prog... David Riley
- Re: [go-nuts] Makefiles for Go Programs Iago Rubio
- Re: [go-nuts] Makefiles for Go Programs Connor Kuehl
- Re: [go-nuts] Makefiles for Go Programs Michael Ellis
- Re: [go-nuts] Makefiles for Go Programs Reto
- Re: [go-nuts] Makefiles for Go Prog... Wojciech S. Czarnecki
- Re: [go-nuts] Makefiles for Go... Stephen Illingworth
- Re: [go-nuts] Makefiles fo... Roland Müller