diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-08-25 15:28:57 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-08-25 15:28:57 -0400 |
commit | 036816eee4972b96196c8becbfc534c8b045150a (patch) | |
tree | 4beb3316d17cc3b653454c8fcc4abd6ab91add52 /Makefile | |
parent | a3009ec0079769837dcbd690b0fb1ba54d379a85 (diff) |
added logic and render loops
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ CC = gcc CXX = g++ -LIBS = -lSDL2 +LIBS = -lSDL2 -lpthread CXXFLAGS = -ggdb -std=c++17 \ -Wall -Wextra -Werror -pedantic \ |