Commit Graph

4 Commits

Author SHA1 Message Date
e48cbc62f1 Added source files initialization.
Now source files handling is delegated to functions defined
in `sourcefs.c` file. By encapsulating methods for managing
the underlying source files structure we ensure that all
code changes to the source file protection strategy will be
localized to `sourcefs.c` file.

Also changed Makefile to use more sane way of handling
options and build flags.
2024-11-20 09:28:20 +01:00
424543cd99 Updated Makefile to use gcc instead of g++. 2024-11-18 18:46:30 +01:00
5916e89e41 Added clean rule to the Makefile 2024-11-18 17:44:00 +01:00
b6bc440f5a Basic Makefile 2024-11-17 20:21:56 +01:00