Awesome
🗂 Makefiles
Set of useful Makefiles.
💡 Idea
Build and provide template-specific Makefile for different stacks.
🏆 Motivation
We want to build a context-specific Makefile from well-written and task-specific parts to reuse code and avoid duplication.
🤼♂️ How to
- Install
maintainer
tool. - Create your own Makefile based on pieces from the
src
. - Run the
make
command. - See the
dist
directory. - Take profit.