lutfisk.net

# Hello!

This is my personal website, and a demo site for my new webserver.
It hosts Git repositories, installer scripts, ISOs, and other utilities.

Nearly all of these projects use a custom C23 framework, which is added as a Git submodule. If any of said projects seem interesting, they can be cloned with the following command:
$ git clone --recursive https://lutfisk.net/git/<REPO>

# Build instructions

Everything is GNU Make, with available targets being all, run, install, and clean.
Binaries are installed to /usr/local/bin/ by default.
- To build a project for Windows with MinGW-w64, define WINDOWS=1.
- To build with debug symbols and UBSan, use DEBUG=1.