diff --git a/Makefile b/Makefile index f5cd8ff..9a9e56c 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ macos: macos_fast: - $(CXX) $(SOURCES) -D VERBOSE -std=c++11 -Wall -lSDL2 -Wno-deprecated -framework OpenGL -o "$(TARGET_FILE)" + $(CXX) $(SOURCES) -D VERBOSE -std=c++11 -Wall -Wno-deprecated -lSDL2 -framework OpenGL -o "$(TARGET_FILE)" macos_debug: