diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-15 16:10:22 +0100 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-15 16:11:38 +0100 |
| commit | 2298d17186cb0e58a96d285384de431902da9b1e (patch) | |
| tree | 635d642931d9f55e701639ee3b3707e0e28a805e /util/ttf2cuddlefont/Makefile | |
| parent | 8a25a2935a60e65fcb3e2b715bada858f5fcd6a2 (diff) | |
| download | cuddles-2298d17186cb0e58a96d285384de431902da9b1e.tar.xz | |
big chungus
* fix a heap corruption bug
* add qemu support
* add an ATA driver
* add an USTAR read-only file system
* boot from disk instead of floppy
* font rendering
* image rendering
* PCI enumeration
* init script
Diffstat (limited to 'util/ttf2cuddlefont/Makefile')
| -rw-r--r-- | util/ttf2cuddlefont/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/ttf2cuddlefont/Makefile b/util/ttf2cuddlefont/Makefile new file mode 100644 index 0000000..82b54cf --- /dev/null +++ b/util/ttf2cuddlefont/Makefile @@ -0,0 +1,2 @@ +ttf2cuddlefont: main.c + gcc $$(pkg-config --cflags --libs freetype2) -Wall -Wextra main.c -o ttf2cuddlefont |
