aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fdb48b8..749b464 100644
--- a/Makefile
+++ b/Makefile
@@ -22,11 +22,11 @@ CC = gcc
CXX = g++
LIBDIR = lib
-LIBS = -lSDL2 -lpthread -lentityx
+LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx
CXXFLAGS = -ggdb -std=c++17 \
-Wall -Wextra -Werror -pedantic \
- -Isrc -I$(LIBDIR)/LuaJIT -I$(LIBDIR)/entityx/entityx
+ -Isrc -I$(LIBDIR)/LuaJIT -I$(LIBDIR)/entityx/entityx -I$(LIBDIR)/entityx
CXXSRCDIR = src
CXXOUTDIR = out