diff options
author | tcsullivan <tullivan99@gmail.com> | 2019-08-25 14:35:47 -0400 |
---|---|---|
committer | tcsullivan <tullivan99@gmail.com> | 2019-08-25 14:35:47 -0400 |
commit | e6bd96e1aff62d0b0379f5b1a17a311a811e2206 (patch) | |
tree | fc24a4e96299275d04d5604abd672788e53c508b /Makefile | |
parent | 3fbdd50da1e16f76d34d212860095a2b0acf85a8 (diff) |
SDL_Init and SDL_Quit
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 = +LIBS = -lSDL2 CXXFLAGS = -ggdb -std=c++17 \ -Wall -Wextra -Werror -pedantic \ |