aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2019-08-25 15:28:57 -0400
committertcsullivan <tullivan99@gmail.com>2019-08-25 15:28:57 -0400
commit036816eee4972b96196c8becbfc534c8b045150a (patch)
tree4beb3316d17cc3b653454c8fcc4abd6ab91add52 /Makefile
parenta3009ec0079769837dcbd690b0fb1ba54d379a85 (diff)
added logic and render loops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d2f336..46e61b7 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
CC = gcc
CXX = g++
-LIBS = -lSDL2
+LIBS = -lSDL2 -lpthread
CXXFLAGS = -ggdb -std=c++17 \
-Wall -Wextra -Werror -pedantic \