I go to a university, and when logged into the university's computers, I generate a Makefile with a program called makemake (which I think is something made here for our courses), and make it from there. I've tried compiling stuff I've developed using XCode, and it compiles ok, but it spits out an object file in the build directory, and not an executable program. Anyone know how to make it generate an executable instead of an object? (Everything I'm making is CLI based).