Makefile does not scan dependencies

Issue #7 resolved
Bart Bogaerts created an issue

Causes things to be not recompiled.

Comments (3)

  1. Bart Bogaerts reporter

    Added smarter makefile:

    • Smart dependency generation and scanning. Fixes #7.
    • Automatic version numbering based on git tags.
    • Debug compilation
    • Automatic recompilation if one of the compile flags has changed

    → <<cset 9b3e780c467d>>

  2. JoD

    Added smarter makefile:

    • Smart dependency generation and scanning. Fixes #7.
    • Automatic version numbering based on git tags.
    • Debug compilation
    • Automatic recompilation if one of the compile flags has changed

    → <<cset 9b3e780c467d>>

  3. Log in to comment