A biased Makefile collection for various use cases.
- Autoupdate from the repository.
- Targets to help troubleshooting, management and operation.
- Makefiles should be self-contained.
- Makefiles should have a help menu.
- Makefiles should work with Docker containers where they use third party tools (other than busybox etc.).
- Makefiles should can be biased if the bias implements a good practice.
Most of the requirements are:
- git
- curl
- Make
- Docker (for some of the fancier targets)
- grep
- awk
- sed