mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
Update Makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -34,13 +34,10 @@ INCLUDES = -I./includes -I./src -I./third_party
|
|||||||
|
|
||||||
ifeq ($(DEBUG), true)
|
ifeq ($(DEBUG), true)
|
||||||
CXXFLAGS += -g -D DEBUG
|
CXXFLAGS += -g -D DEBUG
|
||||||
<<<<<<< HEAD
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(IMAGES_OPTIMIZED), true)
|
ifeq ($(IMAGES_OPTIMIZED), true)
|
||||||
CXXFLAGS += -D IMAGE_OPTIMIZED
|
CXXFLAGS += -D IMAGE_OPTIMIZED
|
||||||
=======
|
|
||||||
>>>>>>> e39dc7ee7e877b2e0fb5dd455742cd15429f3690
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|||||||
Reference in New Issue
Block a user