summaryrefslogtreecommitdiff
path: root/include/rune_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: retool the build systemv0.55Danny Holman2024-08-301-11/+0
| | | | | | | | 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: add a header for utility functionsDanny Holman2024-08-241-0/+11
Add a header for dumping utility functions that are commonly used across several files. This header should only contain small, inline-able functions of no more than 5-10 lines of code. Signed-off-by: Danny Holman <dholman@gymli.org>