From e7fee98e0ee15665b40b383baf925356bb81f20d Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Sun, 1 Sep 2019 12:56:49 -0400 Subject: added player system; player moves left and right --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3