While working on part 2, I noticed that I had forgotten one thing in part 1: Object file dependencies. Each object file compiled by the Makefile depends on its source file of course, but most of the time of one or more header files as well. So when a header file is changed, all object […]
Tag Archives: makefile
Tutorial MUD, part 1: Environment setup
In this first part of making Tutorial MUD,I will set up the build environment and create a set of makefile that will be used to build the server.