Simone Dotto

Makefile

Basic structure:


rule: dependency1 dependency2
    command

dependency1:
    different-command

When running make, the rule is the first one.