From 3dc61fd55d97a407e18a3306263b7013302f4130 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 3 Apr 2019 22:06:00 +1300 Subject: Add lines counter/scoring --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 39f6a44..5ab5f49 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ CFLAGS += -I/usr/include/SDL2 -Wall -Wextra -Wpedantic -pedantic-errors -LDFLAGS += -lSDL2 +LDFLAGS += -lSDL2 -lSDL2_ttf -- cgit v1.1