From 7c65c9dfd2aac516e8d6b797d72fd1f2b06f7c1f Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 3 Sep 2021 14:06:45 -0400 Subject: [PATCH] limit examples built while making memory changes --- examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 1198da8..3ae631c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,9 +14,9 @@ ASSIMP_LIB := ../$(ASSIMP_DIR)/build/code/libassimp.a endif EXAMPLE_SOURCES = \ - render_groups/main.cpp + render_groups/main.cpp \ + assimp_loading/main.cpp #hello_world/main.cpp \ - #assimp_loading/main.cpp \ #simple_mesh/main.cpp EXAMPLE_OBJECTS = $(patsubst %/, $(OBJDIR)/%.o, $(dir $(EXAMPLE_SOURCES)))