a simple yet effective generic multi-file makefile to build C applications. Uses default g++/gcc compiler.
This makefile will build all sources within the
src
directory. To print out a help menu execute the commandmake help
it will give you useless information.
I have included a sample C++ program in the
src
directory, do as you wish, delete it, publish it, burn it.
I have included a second makefile that allows for same directory source code build, just rename makefile_same_dir to makefile.