Makefiles
Table of Contents
See these projects for example usage: https://github.com/explorer436/programming-playground/tree/main/aws
Reading material
- https://www.gnu.org/software/make/manual/make.html
- https://makefiletutorial.com/
- 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.