Add font and img

This commit is contained in:
Tyler Perkins
2021-09-16 22:01:40 -04:00
parent a0c045f792
commit 7e71531f8f
7 changed files with 58 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ FLAGS = -pipe
CFLAGS = -Wall
CFLAGS += -Ofast
CFLAGS += -std=c++20
CFLAGS += -std=c++17
#CFLAGS += -g
#CFLAGS += -pg