aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-18 21:25:04 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-18 21:25:04 -0400
commita94372de8746229705e38eea66ce42f0a1ad3dba (patch)
treec5534f9c5ea892c4e940f66e5de47b7cb1057c9b /Makefile
parentc38029fa3d4fd7488c2bd9236eec86aff4448314 (diff)
gettin' there
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70f15c7..a78377a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
FLAGS_LINUX = -lGL -lSDL2_image
FLAGS_WIN32 = -lopengl32 -lmingw32 -lSDL2_Image
-FLAGS = -m32 -std=c++11 -Iinclude -lSDL2main -lSDL2
+FLAGS = -m32 -std=c++11 -Iinclude -Iinclude/freetype2 -lSDL2main -lSDL2 -lfreetype
all:
@g++ src/*.cpp -o main $(FLAGS_LINUX) $(FLAGS)