Update Makefile

This commit is contained in:
kbz_8
2023-08-10 08:46:31 +02:00
committed by GitHub
parent aadfb7449c
commit 6e92a3c32b

View File

@@ -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