• Home
  • Posts
  • Contact

Makefiles

Table of Contents
  • Reading material
  • Debugging

See these projects for example usage: https://github.com/explorer436/programming-playground/tree/main/aws

Reading material

  1. https://www.gnu.org/software/make/manual/make.html
  2. https://makefiletutorial.com/
  3. https://opensource.com/article/18/8/what-how-makefile

Debugging

Makefile:18: *** missing separator.  Stop.

You mistyped the intendation: you have spaces where you should have a tab.


Links to this note

  • Build tools



© 2025 . Generated with Hugo and Mainroad theme.