whatever: converted to SDL2
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user