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