summaryrefslogtreecommitdiff
path: root/include/rune_list.h
AgeCommit message (Collapse)Author
2024-08-30Makefile: retool the build systemv0.55Danny Holman
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>
2024-08-22core: add a linked list implementationDanny Holman
Add a generic linked list implementation based on the one found in the Linux kernel. Signed-off-by: Danny Holman <dholman@gymli.org>