> 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.

Reply via email to