System programming in C on Linux with Makefile build automation.
- Course: CST240 - Linux Programming
- Assignment: Assignment 3 - compdir in C
- Institution: Oregon Institute of Technology
- C programming on Linux
- System calls and APIs
- Makefile build automation
- Directory operations in C
- Linux development tools
Re-implementation of compdir utility in C:
- Directory comparison in C
- Linux system call usage
- Build automation with Make
- Compilation and linking
- Cross-platform considerations
compdir.c- Main C implementationMakefile- Build automation script
make- C programming in Linux environment
- System-level programming
- Makefile creation and usage
- Linux development workflow
- Debugging and testing on Linux
- C programming language
- Linux system calls
- GCC compiler
- Make build tool