Optimising Makefiles and gcc
I’m a bit of a noob in Make and wrote a makefile which essentially parses my src folder looking for .c files and creates a .so file out of them. I then parse my user folder searching for .c files and making a .so file per .c file.