aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2019-08-25 16:08:47 -0400
committertcsullivan <tullivan99@gmail.com>2019-08-25 16:08:47 -0400
commitefeb51e163be3f4110b9dad771bee1f3dc814333 (patch)
treee23f742895a85ecb8d860cd057fe5fe571428890 /Makefile
parentbe36802aee32566f08f850480f3f950181fd8f29 (diff)
added entityx
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 107f936..fdb48b8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,11 @@ CC = gcc
CXX = g++
LIBDIR = lib
-LIBS = -lSDL2 -lpthread
+LIBS = -lSDL2 -lpthread -lentityx
CXXFLAGS = -ggdb -std=c++17 \
- -Wall -Wextra -Werror -pedantic -Wno-unused\
- -Isrc -I$(LIBDIR)
+ -Wall -Wextra -Werror -pedantic \
+ -Isrc -I$(LIBDIR)/LuaJIT -I$(LIBDIR)/entityx/entityx
CXXSRCDIR = src
CXXOUTDIR = out