cpp-cheat/make/rule at master · MagicRabbitTang/cpp-cheat · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Rule

Rules say:

  • I depend on another rule
  • what recipe to do for me

Keep in mind the rule syntax and the name of each part of a rule:

targets : prerequisites
        recipe
        ...