aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-01 02:24:21 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-09-01 02:24:21 -0400
commitfe0e56fb268996f59d96bd9862170c9cf5779031 (patch)
tree78fa04df0a2b486b52bb739ae7a3f6c2b8df4ede /Makefile
parent5b879ae253e71398880c7303539740be7b524ddb (diff)
All 3 entities now play with idle functions and rendering a bit SUPER BETA
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79c55b9..06a0ab5 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ OBJEXT = o
DEPEXT = d
LIBDIR = lib
-LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit -lGLEW -lGL
+LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit -lGLEW -lGL -lSDL_image
CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic