From efeb51e163be3f4110b9dad771bee1f3dc814333 Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Sun, 25 Aug 2019 16:08:47 -0400 Subject: added entityx --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3