From 6f110a56dd32a659908ae54b1da5e943109c8c4e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 8 Jan 2025 09:35:27 +0800 Subject: [PATCH] internal: add Gizmo material to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dad199f..cc60302b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ ifndef FILAMENT_PATH @echo "FILAMENT_PATH is not set" else @echo "Using Filament build from ${FILAMENT_PATH}" - @for material in unlit image unlit_fixed_size grid; do \ + @for material in unlit image unlit_fixed_size grid gizmo; do \ ${FILAMENT_PATH}/matc -a opengl -a metal -a vulkan -o materials/$$material.filamat materials/$$material.mat || exit 1; \ $(FILAMENT_PATH)/resgen -c -p $$material -x thermion_dart/native/include/material/ materials/$$material.filamat; \ echo '#include "'$$material'.h"' | cat - thermion_dart/native/include/material/$$material.c > thermion_dart/native/include/material/$$material.c.new; \