Makefile to compile C code
During my phases where I learn to write in C, I don’t want to keep creating new Makefiles. Thus after searching all over the net I managed to put together this simple Makefile. It expects your source code to be in ./src and it will put the compiled executables in ./bin # # Makefile to… Continue reading “Makefile to compile C code”