This is a very simple C++ Makefile project that can be used as a template.
make/make all: Builds all.cppfiles and compiles a binary to./output.make run: Builds withmake alland runs the binary located int./output.make clean: Removes thebuilddirectory where the binary and all the.o(object files) are located.