Why use Makefiles with Go? 🤔

✅ One-liners for common tasks
🚀 Portable across teams
🧹 Built-in cleanup with make clean

```
clean:
rm -rf bin/
```

```
make build && make test
```

🐹 + 🛠️ = 💪 #Golang #Makefiles #DevLife

@grumpygamer #makefiles are great! Unfortunately people use them sometimes not to resolve dependencies but as a way to collect shell scripts in one file.
Ah, the **groundbreaking** #invention of formatting Makefiles—because who needs flying cars when you've got this 🚀🙄? It's like finally inventing the wheel for chariots nobody rides anymore! Thanks for the 50-year wait, #GitHub, truly a *revolutionary* #contribution to humanity 🌟.
https://github.com/EbodShojaei/bake #groundbreaking #Makefiles #revolutionary #technology #humor #HackerNews #ngated
GitHub - EbodShojaei/bake: mbake is a Makefile formatter and linter. It only took 50 years!

mbake is a Makefile formatter and linter. It only took 50 years! - EbodShojaei/bake

GitHub
#booxread https://taskfile.dev/ because it's the 3rd person talking about it. would be nice if it kept the goodies of #Makefiles while patching its pain points ...
Task: The Modern Task Runner

A fast, cross-platform build tool inspired by Make, designed for modern workflows.

Task
Was nimmt man eigentlich heutzutage für kleinere C-Projekte als Build-System, wenn man von frickeligen #Makefiles weg will? #CMake? #Meson? #coding, #c

For those who want to add #git hook and #logging capabilities to their #makefiles and #justfiles, I just updated the cookbook with a new recipe!
#devops
#linux

https://pipelight.dev/cookbook/pipelight_and_make.html

Pipelight

Automation pipelines but easier.

Pipelight

today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?

#Makefiles #Packaging #HowHardCouldItBe

*Husband*: ...So I use a lot of #makefiles to manage building and deploying my #docker images and

*Me, cutting him off*: sorry, _makefile_ Makefiles?

*Husband*: yes, so

*Me, immediately*: pervert.

@scy I'm even back being a happy #shell scriptess - and #makefiles too - because they are fast, useful, quick to do, versatile, they can run in parallel and oh yes pipes are the awesomest AND I know #perl very well and like it but I also really like #javascript... so python is mostly insulting me for what.. 20 years? now but oh well that's just how they are.
Can someone more experience with #makefiles than me please take a look at https://github.com/richfelker/musl-cross-make/blob/master/Makefile and tell me if it's possible to have a download-only step? (How?) - currently many rebuilds in Docker appear to download all the sources all over again, no matter what cache mount I try.
musl-cross-make/Makefile at master · richfelker/musl-cross-make

Simple makefile-based build for musl cross compiler - musl-cross-make/Makefile at master · richfelker/musl-cross-make

GitHub