From ef6349cce704bff04a38550ed445f2f26fd301f5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 13 Sep 2015 21:11:32 -0400 Subject: [PATCH] freetype includes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 057e720..90657eb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -FLAGS_LINUX = -lGL -lSDL2_image -I/usr/include/freetype2/ -lfreetype +FLAGS_LINUX = -lGL -lSDL2_image -lfreetype FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image -FLAGS = -m32 -std=c++11 -Iinclude -Wall -Werror -lSDL2main -lSDL2 +FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 -Wall -Werror -lSDL2main -lSDL2 all: @g++ src/*.cpp -o main $(FLAGS_LINUX) $(FLAGS) -- 2.39.5