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 .made
Include made
in your Makefile
:
-include .made/made.make
And 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