Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dgarc359/systems-programming
- Owner: Dgarc359
- Created: 2022-08-26T02:09:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T05:19:03.000Z (about 2 years ago)
- Last Synced: 2024-04-23T20:50:08.491Z (9 months ago)
- Language: C
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`