aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42c030a..c69a5c6 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ SRCEXT = cpp
OBJEXT = o
DEPEXT = d
-LIBDIR = lib
+LIBDIR = deps
LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit
CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic