Made lore library easier to maintain.

This commit is contained in:
Mari the Deer 2020-04-28 22:42:13 +02:00
commit 94bcf2095d
195 changed files with 3176 additions and 2331 deletions

1
fonts/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
mkfontblock

View file

@ -1,2 +1,2 @@
#!/bin/sh
gcc -std=c11 -march=native -Og -g -Wall -Wextra -Werror -pedantic $(pkg-config --libs --cflags freetype2 libpng) -o mkfontblock mkfontblock.c
gcc -std=c11 -march=native -Os -Wall -Wextra -Werror -pedantic $(pkg-config --libs --cflags freetype2 libpng) -o mkfontblock mkfontblock.c