aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2019-09-01 12:56:49 -0400
committertcsullivan <tullivan99@gmail.com>2019-09-01 12:56:49 -0400
commite7fee98e0ee15665b40b383baf925356bb81f20d (patch)
tree1542a5d0af9fb33d4477d62f07f2c9b8c037d49c /Makefile
parent86e07cc6860b01c1569645e858ea8e9235d5194e (diff)
added player system; player moves left and right
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06a0ab5..06db962 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 -lSDL_image
+LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit -lGLEW -lGL -lSDL2_image
CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic