Skip to content

Dgarc359/systems-programming

Repository files navigation

Systems Programming

C files and class notes organized by date of class

Compiling

Compile all files

make all at the root directory

Compile specific directories

make <directory-name> will compile all files listed in the Makefile of the specified directory-name