We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am used to using a Makefile with my coding projects. Right now I am prepping my source folder for submission and I do not want to include all the temporary, object, and binary files. Is there a convenient way to remove all these files such as a 'make clean' in many Makefiles?
Thanks for the help, I'll give that a shot.