From 3412f3bd9fc6cf9dbac0f0b5c8bc8a7ffe0c22a6 Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Mon, 26 Aug 2019 19:08:18 -0400 Subject: created a window class --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b498fdd..d6a3d32 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -lluajit CXXFLAGS = -ggdb -std=c++17 \ -Wall -Wextra -Werror -pedantic \ - -Isrc -I$(LIBDIR)/LuaJIT -I$(LIBDIR)/entityx/entityx -I$(LIBDIR)/entityx + -Isrc -I$(LIBDIR)/LuaJIT/src -I$(LIBDIR)/entityx CXXSRCDIR = src CXXOUTDIR = out -- cgit v1.2.3