README.md 1.5 KB

Reusable Makefile components for everyday use.

Features

Currently supported tasks include:

Integrate makefilet into your project

There are three ways of integrating makefilet into your project:

  • add makefilet as a git submodule to your project:

    git submodule add https://notabug.org/sumpfralle/makefilet.git makefilet
    

    Do not forget to pull the latest state of the repository into this submodule and commit the new state.

  • install the makefilet package in your system

  • embed a copy of the makefilet repository as sub-directory into your project (you may want to update this copy from time to time)

Configure makefilet for your project

Add an include statement to your (new or existing) Makefile:

include makefilet/main.mk

Take a look at list of new available targets provided by makefilet:

make help

Take a look at USAGE for more details.