whatever: converted to SDL2

This commit is contained in:
2016-11-12 18:03:17 -07:00
parent 32a27b2d68
commit 85f2956c67
5 changed files with 237 additions and 58 deletions

View File

@@ -11,7 +11,7 @@ CC = clang
COMPILER_FLAGS = -Wall
#LINKER_FLAGS specifies the libraries we're linking against
LINKER_FLAGS = -lSDL
LINKER_FLAGS = -lSDL2
#OBJ_NAME specifies the name of our executable
OBJ_NAME= whatever