aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-25 15:57:39 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-25 15:57:39 -0400
commitbe36802aee32566f08f850480f3f950181fd8f29 (patch)
tree1821fb348843ea23dd9e312f1e3a2f427942c40d /Makefile
parent8b2ec199c616d80ef496c13a4ba827d3b7f5fced (diff)
parent92756db816a6e0fc7ff06c6fd83d512ecb4d61f6 (diff)
Added Lua to lib folder and played around with EntityX before abandoning it because of old code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfd97d7..107f936 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ CC = gcc
CXX = g++
LIBDIR = lib
-LIBS = -lSDL2
+LIBS = -lSDL2 -lpthread
CXXFLAGS = -ggdb -std=c++17 \
-Wall -Wextra -Werror -pedantic -Wno-unused\