Add text and rendering of color rectangles

This commit is contained in:
2020-08-22 13:17:56 +02:00
parent 618786f885
commit 329ef7f40f
4 changed files with 283 additions and 148 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
CXX ?= g++
CFLAGS ?= -O2 -Wall -Wextra -g
PREFIX ?= /usr/local/bin
LDFLAGS ?= -lSDL2 -lSDL2_image -lSDL2_gfx -pthread
LDFLAGS ?= -lSDL2 -lSDL2_image -lSDL2_gfx -lSDL2_ttf -pthread
.PHONY: default
default: demo