aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:45:36 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:45:36 -0400
commitdc2493e7525bb7633f697ef10f72b72b46222249 (patch)
tree9816755219e65d3f47fdce81c78f3736a7ddb8ab /Makefile
parent9d2b31797d0cfd130802b69261df2cd402e39b49 (diff)
Forget what I said, I just need to change git attributes to mark for vendor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c69a5c6..42c030a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ SRCEXT = cpp
OBJEXT = o
DEPEXT = d
-LIBDIR = deps
+LIBDIR = lib
LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -ldl -lluajit
CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic