From 79ab0bdeedd6e7f97b4c246b4319af5eac545061 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 18 Mar 2020 20:50:58 +0100 Subject: game class, display of the game grid --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a6469e..0b643f2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OBJDIR = build CXX = g++ CXXFLAGS = -Wall -Wextra -I$(INCDIR) $(shell sdl2-config --cflags) -LDFLAGS = $(shell sdl2-config --libs) +LDFLAGS = $(shell sdl2-config --libs) -lSDL2_ttf SRC = $(shell find $(SRCDIR) -type f -name "*.cpp") INC = $(shell find $(INCDIR) -type f -name "*.h" -name "*.hpp") -- cgit