This repository contains files for the laboratory practice of the CSC-33 course.
Here are the possible commands that can be executed with Make from the Makefile:
make build: Compiles the project.make clean: Removes files generated during compilation.make run: Executes the program after compilation.make test: Runs the project tests to verify its functionality.
📍 ITA: Instituto Tecnológico de Aeronáutica
📕 CSC-33: Sistemas Operacionais
💻 C