This is a collection of make helpers for my personal projects.
Install made as a git subrepository.
git submodule add https://github.com/romeovs/made .madeInclude made in your Makefile:
-include .made/made.makeAnd you're done!
If you want to set up made in a different folder than .made set the name of
the folder in your Makefile with the variable made_root, eg:
made_root = ./foo