From 6e92a3c32b407ab6df1c5e9bcd91e78b93bd9a86 Mon Sep 17 00:00:00 2001 From: kbz_8 Date: Thu, 10 Aug 2023 08:46:31 +0200 Subject: [PATCH] Update Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index e75220d..70e79fa 100644 --- a/Makefile +++ b/Makefile @@ -34,13 +34,10 @@ INCLUDES = -I./includes -I./src -I./third_party ifeq ($(DEBUG), true) CXXFLAGS += -g -D DEBUG -<<<<<<< HEAD endif ifeq ($(IMAGES_OPTIMIZED), true) CXXFLAGS += -D IMAGE_OPTIMIZED -======= ->>>>>>> e39dc7ee7e877b2e0fb5dd455742cd15429f3690 endif RM = rm -f