Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgarc359/systems-programming

Systems programming class notes
https://github.com/dgarc359/systems-programming

Last synced: about 2 months ago
JSON representation

Systems programming class notes

Awesome Lists containing this project

README

        

# 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 ` will compile all files listed in the `Makefile` of the specified `directory-name`