aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:19:31 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:19:31 -0400
commitbd3fe0cac583739bc0d7c4b5c8f301bb350abca0 (patch)
tree7eeb1aabcebd6999de1c3457d0882246ec0ff4d4 /Makefile
parent2662ac356ce14dacfbc91689fd37244facff4989 (diff)
Renamed lib to deps so github will ignore it for language stats
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