summaryrefslogtreecommitdiff
path: root/core/logging.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: retool the build systemv0.55Danny Holman2024-08-301-1/+1
| | | | | | | | Retool the build system to be more modular and more flexible. Move all subsystems into separate directories and create make.config files that will conditionally compile based on information from the root Makefile. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: refactor entire project rootDanny Holman2024-08-251-0/+40
Reorganize the project root such that each subsystem is placed into its own subdirectory. This allows the build system to select which subsystems to enable for a particular build. Signed-off-by: Danny Holman <dholman@gymli.org>