/recipes

The Low Profile, High Performance Cookbook Website

Primary LanguageCMIT LicenseMIT

Recipes

This is my recipe website.

Building

Building is basically as simple as

make

Running

./recipe <fname>

Reasoning

If you're looking at this repo, you're probably thinking, "Why did you write this in C? That doesn't even make any sense. What about the security?" and to those things I say: the code for my dirt simple apps shouldn't take up more than a few megabytes on disk, I should be able to run all of them on like, a computer from 2002 with how simple they should be.

Honestly, just watch some of Handmade Hero, and you'll probably get why.