This repository contains all assignments code for the Open Source Software Design course.
- Course: Open Source Software Design
- University: Incheon National University
- Semester: Fall 2025
This repository is organized by week and topic. Each directory corresponds to a specific assignment or lecture.
week02/: Introduction to Linux & Basic Commandsweek03/: Introduction to Linux & Basic Commandsweek04/: Introduction to Linux & Basic Commandsweek06_bash/: Assignments related to Bash scripting.week07_gcc/: Assignments on using the GCC compiler and linking.week08_make/: Introduction to Makefiles for project automation.week08_make_v2/: Advanced Makefiles, including recursive call.week09_git/: Assignments on Git version control (branching, merging).