6. Compiling your Program

Follow the procedure described for the last lab. In particular, make sure you create a working Makefile and that you add it to the directory in your repository for this lab. You will score some points for this.

IMP If you use any assembly file, just add its name to the definition of the SRCS variable in the Makefile, because gcc will automatically determine the kind of processing it requires from its extension (check gcc's documentation).