Skip to content

Commit 6b78dcc

Browse files
singaraionaclaude
andcommitted
build: include ext in release target
make release now builds both main app and extensions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 558ff3b commit 6b78dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ release: CXXFLAGS = -std=c++11 $(GCC_CXX_INCLUDES) $(IMGUI_INCLUDES) $(GLFW_INCL
188188
release: GLFW_CFLAGS = -fPIC -Wall -std=c99 -O3 -D_GNU_SOURCE $(GLFW_DEFINES) -I$(GLFW_DIR)/include -I$(GLFW_DIR)/src
189189
endif
190190
release: RAYFORCE_MAKE_TARGET = lib
191-
release: $(TARGET)
191+
release: $(TARGET) ext
192192

193193
# Default to debug build of rayforce
194194
RAYFORCE_MAKE_TARGET ?= lib-debug

0 commit comments

Comments
 (0)