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
@WhereTheFraserRiverFlows Thanks for sharing your experience.
I'm either very bad at `pacman` or there's very little packaged for Arch on ARM. I'm betting it's the first one, but it could be both.
I do know I'm well into the "submit a fix if I want a fix" corner of open source early adotpion, haha.
I may try to build some apps I want on my Pi and see what happens when I copy them onto my PinePhone. I am pretty good to at getting things to work from source code, on ARM.
But I guess I probably need to get a better handle on `pacman` first, to make sure I'm not duplicating someone else's efforts.
#pinephone #linux #arch #linuxphone #devops #makefiles #armchips #ivoidwarranties
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
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
today's question: is this @ParslProject `Makefile` trying to also be a rudimentary package manager, or not?
*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.