diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:08:47 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-08-25 16:08:47 -0400 |
commit | efeb51e163be3f4110b9dad771bee1f3dc814333 (patch) | |
tree | e23f742895a85ecb8d860cd057fe5fe571428890 /Makefile | |
parent | be36802aee32566f08f850480f3f950181fd8f29 (diff) |
added entityx
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |