diff options
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 |