Geek | Trying To Learn C



First you're gonna wanna make a custom Makefile, so you can compile your separate source codes into .o files, and then use the Makefile to mash 'em all together. You have to figure it out on your own, because nobody has figured out how to do it.