Made lore library easier to maintain.
This commit is contained in:
parent
c27f813376
commit
94bcf2095d
195 changed files with 3176 additions and 2331 deletions
1
fonts/.gitignore
vendored
Normal file
1
fonts/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
mkfontblock
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue