I just started learning how to make makefiles, and am wondering how to move the .o files to their own folder to make everything neater. Below is my working makefile, any ideas?
Or you could have appended the folder name directly to the list of objects... Or you could have had a FOLDER variable and used (forgot the actual command) something to iterate through your list of objects and append it automatically.