Set of useful Makefiles.
Build and provide template-specific Makefile for different stacks.
We want to build a context-specific Makefile from well-written and task-specific parts to reuse code and avoid duplication.
- Install
maintainer
tool. - Create your own Makefile based on pieces from the
src
. - Run the
make
command. - See the
dist
directory. - Take profit.
- 𧩠Template for typical module written on Go.
- 𧩠Template for typical CLI tool written on Go.
- 𧩠Template for typical service written on Go.
made with β€οΈ for everyone by OctoLab